* src/getargs.c (usage): Mention GLR not just LALR(1) in --help output.

Use Akim's wording from
<http://lists.gnu.org/archive/html/bison-patches/2006-05/msg00056.html>.
This commit is contained in:
Joel E. Denny
2006-06-06 06:00:55 +00:00
parent 7891a7c449
commit 184e42f065
2 changed files with 7 additions and 1 deletions

View File

@@ -199,7 +199,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 LALR(1) and GLR parsers.\n"), stdout);
putc ('\n', stdout);
fprintf (stdout, _("\