From b78de3e724522e63bc82ef2f2214d329e69ea545 Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Fri, 23 Nov 2001 20:10:25 +0000 Subject: Split usage strings so that --help and --version descriptions are alone in their own string. --- src/install.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/install.c') 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\ -- cgit v1.2.3