From 7cdcf3b47ad45df43598373a8d39bd57c0eaa8db Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Fri, 6 Aug 1999 10:14:52 +0000 Subject: [PATCH] Honor --help and --version once again, though now only if POSIXLY_CORRECT is set. --- src/true.c | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/true.c b/src/true.c index d3e4251..1ea0d0d 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\ -- 2.7.4