diff options
author | Jim Meyering <jim@meyering.net> | 1999-08-06 10:14:52 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 1999-08-06 10:14:52 +0000 |
commit | 7cdcf3b47ad45df43598373a8d39bd57c0eaa8db (patch) | |
tree | ce6adcb1771c99bccce066d9f15da2702d985caf /src | |
parent | e4024a94f8d1c438e01ec8dc4e0c65905aae1151 (diff) | |
download | coreutils-7cdcf3b47ad45df43598373a8d39bd57c0eaa8db.tar.xz |
Honor --help and --version once again, though now
only if POSIXLY_CORRECT is set.
Diffstat (limited to 'src')
-rw-r--r-- | src/true.c | 5 |
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\ |