mirror of
https://git.savannah.gnu.org/git/bison.git
synced 2026-03-11 05:13:04 +00:00
* src/getargs.c (getargs): Don't dump `--help' on unrecognized
options.
This commit is contained in:
@@ -214,7 +214,8 @@ getargs (int argc, char *argv[])
|
||||
break;
|
||||
|
||||
default:
|
||||
usage (stderr);
|
||||
fprintf (stderr, _("Try `%s --help' for more information.\n"),
|
||||
program_name);
|
||||
exit (1);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user