diff options
author | Jim Meyering <jim@meyering.net> | 1996-07-06 22:50:36 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 1996-07-06 22:50:36 +0000 |
commit | e1de1d3a9395618a43fb926f68f2e701d8a9fb17 (patch) | |
tree | d063cd374f7fd9f5dd8fe5ae0835a9d5294ee6f1 /src | |
parent | 46b486ab5b78ce6b81e2f1b3ce40fd5a47b2b210 (diff) | |
download | coreutils-e1de1d3a9395618a43fb926f68f2e701d8a9fb17.tar.xz |
(usage): Factor out backup-related text into separate string/printf statement.
Diffstat (limited to 'src')
-rw-r--r-- | src/ln.c | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -338,6 +338,8 @@ Makes hard links by default, symbolic links with -s.\n\ --help display this help and exit\n\ --version output version information and exit\n\ \n\ +")); + printf (_("\ The backup suffix is ~, unless set with SIMPLE_BACKUP_SUFFIX. The\n\ version control may be set with VERSION_CONTROL, values are:\n\ \n\ |