From: Jim Meyering Date: Sun, 25 Nov 2001 14:46:05 +0000 (+0000) Subject: (usage): Indent --help and --version strings to start in the 7th column. X-Git-Tag: TEXTUTILS-2_0_18~36 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=9e1b4e382ad33214e2e89cb4704be17b59036556;p=thirdparty%2Fcoreutils.git (usage): Indent --help and --version strings to start in the 7th column. --- diff --git a/src/basename.c b/src/basename.c index 2c7f8d7d2a..f76da42781 100644 --- a/src/basename.c +++ b/src/basename.c @@ -60,8 +60,8 @@ Usage: %s NAME [SUFFIX]\n\ Print NAME with any leading directory components removed.\n\ If specified, also remove a trailing SUFFIX.\n\ \n\ - --help display this help and exit\n\ - --version output version information and exit\n\ + --help display this help and exit\n\ + --version output version information and exit\n\ ")); puts (_("\nReport bugs to .")); } diff --git a/src/dirname.c b/src/dirname.c index 4042ec3526..982a2cf7f1 100644 --- a/src/dirname.c +++ b/src/dirname.c @@ -53,8 +53,8 @@ Usage: %s NAME\n\ Print NAME with its trailing /component removed; if NAME contains no /'s,\n\ output `.' (meaning the current directory).\n\ \n\ - --help display this help and exit\n\ - --version output version information and exit\n\ + --help display this help and exit\n\ + --version output version information and exit\n\ ")); puts (_("\nReport bugs to .")); } diff --git a/src/expr.c b/src/expr.c index 78a44c1259..4003802a9c 100644 --- a/src/expr.c +++ b/src/expr.c @@ -94,8 +94,8 @@ Usage: %s EXPRESSION\n\ program_name, program_name); printf (_("\ \n\ - --help display this help and exit\n\ - --version output version information and exit\n\ + --help display this help and exit\n\ + --version output version information and exit\n\ \n\ ")); printf (_("\ diff --git a/src/factor.c b/src/factor.c index a838699ab1..ef2b749dbd 100644 --- a/src/factor.c +++ b/src/factor.c @@ -79,8 +79,8 @@ Usage: %s [NUMBER]...\n\ printf (_("\ Print the prime factors of each NUMBER.\n\ \n\ - --help display this help and exit\n\ - --version output version information and exit\n\ + --help display this help and exit\n\ + --version output version information and exit\n\ \n\ Print the prime factors of all specified integer NUMBERs. If no arguments\n\ are specified on the command line, they are read from standard input.\n\ diff --git a/src/hostname.c b/src/hostname.c index 6de60ba149..e55f407bbe 100644 --- a/src/hostname.c +++ b/src/hostname.c @@ -69,8 +69,8 @@ Usage: %s [NAME]\n\ or: %s OPTION\n\ Print or set the hostname of the current system.\n\ \n\ - --help display this help and exit\n\ - --version output version information and exit\n\ + --help display this help and exit\n\ + --version output version information and exit\n\ ") , program_name, program_name); puts (_("\nReport bugs to .")); diff --git a/src/logname.c b/src/logname.c index a505791d57..aa4c43b90a 100644 --- a/src/logname.c +++ b/src/logname.c @@ -49,8 +49,8 @@ usage (int status) printf (_("\ Print the name of the current user.\n\ \n\ - --help display this help and exit\n\ - --version output version information and exit\n\ + --help display this help and exit\n\ + --version output version information and exit\n\ ")); puts (_("\nReport bugs to .")); } diff --git a/src/printenv.c b/src/printenv.c index 624aee7a1d..417ac07b36 100644 --- a/src/printenv.c +++ b/src/printenv.c @@ -65,8 +65,8 @@ Usage: %s [VARIABLE]...\n\ or: %s OPTION\n\ If no environment VARIABLE specified, print them all.\n\ \n\ - --help display this help and exit\n\ - --version output version information and exit\n\ + --help display this help and exit\n\ + --version output version information and exit\n\ "), program_name, program_name); puts (_("\nReport bugs to .")); diff --git a/src/printf.c b/src/printf.c index 7009303ed5..028dc385a0 100644 --- a/src/printf.c +++ b/src/printf.c @@ -102,8 +102,8 @@ Usage: %s FORMAT [ARGUMENT]...\n\ printf (_("\ Print ARGUMENT(s) according to FORMAT.\n\ \n\ - --help display this help and exit\n\ - --version output version information and exit\n\ + --help display this help and exit\n\ + --version output version information and exit\n\ \n\ FORMAT controls the output as in C printf. Interpreted sequences are:\n\ \n\ diff --git a/src/pwd.c b/src/pwd.c index 3642c9bd3d..6539c51c96 100644 --- a/src/pwd.c +++ b/src/pwd.c @@ -48,8 +48,8 @@ usage (int status) printf (_("\ Print the full filename of the current working directory.\n\ \n\ - --help display this help and exit\n\ - --version output version information and exit\n\ + --help display this help and exit\n\ + --version output version information and exit\n\ ")); puts (_("\nReport bugs to .")); } diff --git a/src/sleep.c b/src/sleep.c index c2d3656b6c..ad8e4514d4 100644 --- a/src/sleep.c +++ b/src/sleep.c @@ -76,8 +76,8 @@ Pause for NUMBER seconds. SUFFIX may be `s' for seconds (the default),\n\ that require NUMBER be an integer, here NUMBER may be an arbitrary floating\n\ point number.\n\ \n\ - --help display this help and exit\n\ - --version output version information and exit\n\ + --help display this help and exit\n\ + --version output version information and exit\n\ "), program_name, program_name); puts (_("\nReport bugs to .")); diff --git a/src/test.c b/src/test.c index a0cfefa309..9fcbda4400 100644 --- a/src/test.c +++ b/src/test.c @@ -998,8 +998,8 @@ Usage: %s EXPRESSION\n\ printf (_("\ Exit with the status determined by EXPRESSION.\n\ \n\ - --help display this help and exit\n\ - --version output version information and exit\n\ + --help display this help and exit\n\ + --version output version information and exit\n\ \n\ EXPRESSION is true or false and sets exit status. It is one of:\n\ ")); diff --git a/src/true.c b/src/true.c index 53c8f777fb..230cd79a83 100644 --- a/src/true.c +++ b/src/true.c @@ -21,8 +21,8 @@ Exit with a status code indicating success.\n\ \n\ These option names may not be abbreviated.\n\ \n\ - --help display this help and exit\n\ - --version output version information and exit\n\ + --help display this help and exit\n\ + --version output version information and exit\n\ ") , program_name, program_name); puts (_("\nReport bugs to .")); diff --git a/src/whoami.c b/src/whoami.c index 1279b5975e..3767074e65 100644 --- a/src/whoami.c +++ b/src/whoami.c @@ -54,8 +54,8 @@ usage (int status) Print the user name associated with the current effective user id.\n\ Same as id -un.\n\ \n\ - --help display this help and exit\n\ - --version output version information and exit\n")); + --help display this help and exit\n\ + --version output version information and exit\n")); puts (_("\nReport bugs to .")); } exit (status); diff --git a/src/yes.c b/src/yes.c index b232654272..4aaf803d92 100644 --- a/src/yes.c +++ b/src/yes.c @@ -55,8 +55,8 @@ Usage: %s [STRING]...\n\ printf (_("\ Repeatedly output a line with all specified STRING(s), or `y'.\n\ \n\ - --help display this help and exit\n\ - --version output version information and exit\n")); + --help display this help and exit\n\ + --version output version information and exit\n")); puts (_("\nReport bugs to .")); } exit (status);