From: Jim Meyering Date: Fri, 6 Aug 1999 10:14:52 +0000 (+0000) Subject: Honor --help and --version once again, though now X-Git-Tag: TEXTUTILS-2_0~5 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=7cdcf3b47ad45df43598373a8d39bd57c0eaa8db;p=thirdparty%2Fcoreutils.git Honor --help and --version once again, though now only if POSIXLY_CORRECT is set. --- diff --git a/src/true.c b/src/true.c index d3e42513b7..1ea0d0d7ae 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\