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:
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user