mirror of
git://git.sv.gnu.org/coreutils.git
synced 2026-07-27 19:10:17 +02:00
Honor --help and --version once again, though now
only if POSIXLY_CORRECT is set.
This commit is contained in:
+3
-2
@@ -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\
|
||||
|
||||
Reference in New Issue
Block a user