From 2c08afa5dd8df23c0545c7d5b90431d0cca0670c Mon Sep 17 00:00:00 2001 From: "Joel E. Denny" Date: Tue, 30 May 2006 16:11:45 +0000 Subject: [PATCH] * src/getargs.c (usage): Back out yesterday's modification of the --help output so that we don't have to wait for translation before releasing 2.3. --- ChangeLog | 6 ++++++ src/getargs.c | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index b8aa2e85..8eb003f0 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2006-05-30 Joel E. Denny + + * src/getargs.c (usage): Back out yesterday's modification of the + --help output so that we don't have to wait for translation before + releasing 2.3. + 2006-05-29 Paul Eggert * doc/bison.texinfo (Introduction): Don't say "GLR grammar". diff --git a/src/getargs.c b/src/getargs.c index ec7ddf17..13b0d321 100644 --- a/src/getargs.c +++ b/src/getargs.c @@ -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) or GLR grammars.\n"), stdout); +GNU bison generates parsers for LALR(1) grammars.\n"), stdout); putc ('\n', stdout); fprintf (stdout, _("\ -- 2.47.2