]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
Honor --help and --version once again, though now
authorJim Meyering <jim@meyering.net>
Fri, 6 Aug 1999 10:14:52 +0000 (10:14 +0000)
committerJim Meyering <jim@meyering.net>
Fri, 6 Aug 1999 10:14:52 +0000 (10:14 +0000)
only if POSIXLY_CORRECT is set.

src/true.c

index d3e42513b70fb31a3d838863f762e6ffd1d7bf55..1ea0d0d7aef13074f6e0b3fb901c61e06b8d7d2b 100644 (file)
@@ -14,10 +14,11 @@ void
 usage (int status)
 {
   printf (_("\
-Usage: %s\n\
+Usage: %s [ignored command line arguments]\n\
   or:  %s OPTION\n\
 Exit with a status code indicating success.\n\
-These option names may not be abbreviated.
+\n\
+These option names may not be abbreviated.\n\
 \n\
   --help      display this help and exit\n\
   --version   output version information and exit\n\