diff options
| author | Jim Meyering <jim@meyering.net> | 2001-11-23 20:10:25 +0000 |
|---|---|---|
| committer | Jim Meyering <jim@meyering.net> | 2001-11-23 20:10:25 +0000 |
| commit | b78de3e724522e63bc82ef2f2214d329e69ea545 (patch) | |
| tree | 9a0759d9c581522e4a3bd10fc46277db4465f2f6 /src/install.c | |
| parent | *** empty log message *** (diff) | |
| download | coreutils-b78de3e724522e63bc82ef2f2214d329e69ea545.tar.gz coreutils-b78de3e724522e63bc82ef2f2214d329e69ea545.zip | |
Split usage strings so that --help and --version
descriptions are alone in their own string.
Diffstat (limited to 'src/install.c')
| -rw-r--r-- | src/install.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/install.c b/src/install.c index 842ded2be..a7f588f04 100644 --- a/src/install.c +++ b/src/install.c @@ -629,14 +629,14 @@ In the third format, create all components of the given DIRECTORY(ies).\n\ to corresponding destination files\n\ -s, --strip strip symbol tables, only for 1st and 2nd formats\n\ -S, --suffix=SUFFIX override the usual backup suffix\n\ + -v, --verbose print the name of each directory as it is created\n\ "), stdout); fputs (_("\ - -v, --verbose print the name of each directory as it is created\n\ --help display this help and exit\n\ --version output version information and exit\n\ -\n\ "), stdout); fputs (_("\ +\n\ The backup suffix is `~', unless set with --suffix or SIMPLE_BACKUP_SUFFIX.\n\ The version control method may be selected via the --backup option or through\n\ the VERSION_CONTROL environment variable. Here are the values:\n\ |
