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/true.c | |
| parent | Include file name in `write error' diagnostics. (diff) | |
| download | coreutils-7cdcf3b47ad45df43598373a8d39bd57c0eaa8db.tar.gz coreutils-7cdcf3b47ad45df43598373a8d39bd57c0eaa8db.zip | |
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.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\ |
