summaryrefslogtreecommitdiff
path: root/src/true.c
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>1999-08-06 10:14:52 +0000
committerJim Meyering <jim@meyering.net>1999-08-06 10:14:52 +0000
commit7cdcf3b47ad45df43598373a8d39bd57c0eaa8db (patch)
treece6adcb1771c99bccce066d9f15da2702d985caf /src/true.c
parente4024a94f8d1c438e01ec8dc4e0c65905aae1151 (diff)
downloadcoreutils-7cdcf3b47ad45df43598373a8d39bd57c0eaa8db.tar.xz
Honor --help and --version once again, though now
only if POSIXLY_CORRECT is set.
Diffstat (limited to 'src/true.c')
-rw-r--r--src/true.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/true.c b/src/true.c
index d3e42513b..1ea0d0d7a 100644
--- a/src/true.c
+++ b/src/true.c
@@ -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\