1
0
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:
Jim Meyering
1999-08-06 10:14:52 +00:00
parent e4024a94f8
commit 7cdcf3b47a
+3 -2
View File
@@ -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\