]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
(usage): Indent --help and --version strings to start in the 7th column.
authorJim Meyering <jim@meyering.net>
Sun, 25 Nov 2001 14:46:05 +0000 (14:46 +0000)
committerJim Meyering <jim@meyering.net>
Sun, 25 Nov 2001 14:46:05 +0000 (14:46 +0000)
14 files changed:
src/basename.c
src/dirname.c
src/expr.c
src/factor.c
src/hostname.c
src/logname.c
src/printenv.c
src/printf.c
src/pwd.c
src/sleep.c
src/test.c
src/true.c
src/whoami.c
src/yes.c

index 2c7f8d7d2a8e3d1a15b56fc607a1f2c6ace56783..f76da42781892dd38ec026afb71c5451414c5618 100644 (file)
@@ -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 <bug-sh-utils@gnu.org>."));
     }
index 4042ec3526520e7ff7a00d24a4ec85acb88cbaae..982a2cf7f198ae878382c84c57d1e1c7f2ebf0e7 100644 (file)
@@ -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 <bug-sh-utils@gnu.org>."));
     }
index 78a44c12591f55de7b8cc9f25631396d3070664f..4003802a9c83791bc01bac6311a4f70930728b98 100644 (file)
@@ -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 (_("\
index a838699ab16de8a60f0d41faad9e0bcd1a9004b8..ef2b749dbd5f1fd11e4746133a01004677c81e00 100644 (file)
@@ -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\
index 6de60ba149f011bce2a3ee863678ca6e684f0657..e55f407bbef3b89485383be61345120a95fa7035 100644 (file)
@@ -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 <bug-sh-utils@gnu.org>."));
index a505791d57fca8c80f8343e039c663424d9d94f8..aa4c43b90a4e344496470d8399bfb60726f0ffb7 100644 (file)
@@ -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 <bug-sh-utils@gnu.org>."));
     }
index 624aee7a1dfb0a8364de296f2c3c5137fea703bf..417ac07b3655f9df3c1644a42cae56ba66b0bcc3 100644 (file)
@@ -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 <bug-sh-utils@gnu.org>."));
index 7009303ed54f477c4bf04483d1256c6198a094a4..028dc385a038df134f168640997c732024c46ba5 100644 (file)
@@ -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\
index 3642c9bd3d48c856c4fa7be38b491506031b706a..6539c51c96cd0264f3f7ea5e9a2f64b9ee673cbc 100644 (file)
--- 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 <bug-sh-utils@gnu.org>."));
     }
index c2d3656b6cb71bef5689d22d928d358f03bbbfbf..ad8e4514d4930d694944a38f6fb6e18d82f25196 100644 (file)
@@ -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 <bug-sh-utils@gnu.org>."));
index a0cfefa309650f0b9654d81abb92b6dcd90383ae..9fcbda44004d1a938e89bf3866fe0d35d1278df4 100644 (file)
@@ -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\
 "));
index 53c8f777fb7db6df147684c704820d9ededb83f4..230cd79a8340c056a91df460962c2dda5d7110ca 100644 (file)
@@ -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 <bug-sh-utils@gnu.org>."));
index 1279b5975ecdad1ee8540cd063fe23b90fa3b535..3767074e6520a2f8ff0506464c8d09a9dc8747d4 100644 (file)
@@ -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 <bug-sh-utils@gnu.org>."));
     }
   exit (status);
index b2326542720883fadeada406d8ea424080076836..4aaf803d92474aa23348c9172e059e04b1e64f04 100644 (file)
--- 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 <bug-sh-utils@gnu.org>."));
     }
   exit (status);