mirror of
https://git.savannah.gnu.org/git/bison.git
synced 2026-03-12 05:43:03 +00:00
* src/getargs.c (usage): Mention GLR not just LALR(1) in --help output.
This commit is contained in:
@@ -198,7 +198,7 @@ usage (int status)
|
||||
/* Some efforts were made to ease the translators' task, please
|
||||
continue. */
|
||||
fputs (_("\
|
||||
GNU bison generates parsers for LALR(1) grammars.\n"), stdout);
|
||||
GNU bison generates parsers for LALR(1) or GLR grammars.\n"), stdout);
|
||||
putc ('\n', stdout);
|
||||
|
||||
fprintf (stdout, _("\
|
||||
|
||||
Reference in New Issue
Block a user