summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2001-11-25 14:46:05 +0000
committerJim Meyering <jim@meyering.net>2001-11-25 14:46:05 +0000
commit9e1b4e382ad33214e2e89cb4704be17b59036556 (patch)
treed0c6d48da27509693214bc2202c5eafe6fb7920f
parenta62884b9bbab519b8109803d1c4106f4b7e23f31 (diff)
downloadcoreutils-9e1b4e382ad33214e2e89cb4704be17b59036556.tar.xz
(usage): Indent --help and --version strings to start in the 7th column.
-rw-r--r--src/basename.c4
-rw-r--r--src/dirname.c4
-rw-r--r--src/expr.c4
-rw-r--r--src/factor.c4
-rw-r--r--src/hostname.c4
-rw-r--r--src/logname.c4
-rw-r--r--src/printenv.c4
-rw-r--r--src/printf.c4
-rw-r--r--src/pwd.c4
-rw-r--r--src/sleep.c4
-rw-r--r--src/test.c4
-rw-r--r--src/true.c4
-rw-r--r--src/whoami.c4
-rw-r--r--src/yes.c4
14 files changed, 28 insertions, 28 deletions
diff --git a/src/basename.c b/src/basename.c
index 2c7f8d7d2..f76da4278 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 <bug-sh-utils@gnu.org>."));
}
diff --git a/src/dirname.c b/src/dirname.c
index 4042ec352..982a2cf7f 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 <bug-sh-utils@gnu.org>."));
}
diff --git a/src/expr.c b/src/expr.c
index 78a44c125..4003802a9 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 a838699ab..ef2b749db 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 6de60ba14..e55f407bb 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 <bug-sh-utils@gnu.org>."));
diff --git a/src/logname.c b/src/logname.c
index a505791d5..aa4c43b90 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 <bug-sh-utils@gnu.org>."));
}
diff --git a/src/printenv.c b/src/printenv.c
index 624aee7a1..417ac07b3 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 <bug-sh-utils@gnu.org>."));
diff --git a/src/printf.c b/src/printf.c
index 7009303ed..028dc385a 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 3642c9bd3..6539c51c9 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 <bug-sh-utils@gnu.org>."));
}
diff --git a/src/sleep.c b/src/sleep.c
index c2d3656b6..ad8e4514d 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 <bug-sh-utils@gnu.org>."));
diff --git a/src/test.c b/src/test.c
index a0cfefa30..9fcbda440 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 53c8f777f..230cd79a8 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 <bug-sh-utils@gnu.org>."));
diff --git a/src/whoami.c b/src/whoami.c
index 1279b5975..3767074e6 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 <bug-sh-utils@gnu.org>."));
}
exit (status);
diff --git a/src/yes.c b/src/yes.c
index b23265427..4aaf803d9 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 <bug-sh-utils@gnu.org>."));
}
exit (status);