1
0
mirror of git://git.sv.gnu.org/coreutils.git synced 2026-04-20 18:56:39 +02:00

(main): Include author name argument in call to parse_long_options.

This commit is contained in:
Jim Meyering
1999-03-04 14:02:14 +00:00
parent 0f67dfcaa3
commit ff743d5451
14 changed files with 32 additions and 16 deletions

View File

@@ -114,7 +114,8 @@ main (int argc, char **argv)
/* Don't recognize --help or --version if POSIXLY_CORRECT is set. */
if (getenv ("POSIXLY_CORRECT") == NULL)
parse_long_options (argc, argv, "echo", GNU_PACKAGE, VERSION, usage);
parse_long_options (argc, argv, "echo", GNU_PACKAGE, VERSION,
"FIXME unknown", usage);
else
allow_options = 0;