]> git.saurik.com Git - bison.git/blobdiff - src/getargs.c
Expand GLR acronym in summary of Bison.
[bison.git] / src / getargs.c
index 152b7eb8af9a5d0e1702283f2daf10d3c1678a79..bc8677f5095e0c591d1eafb14c0e04fa34e4398b 100644 (file)
@@ -262,8 +262,8 @@ usage (int status)
 
       printf (_("Usage: %s [OPTION]... FILE\n"), program_name);
       fputs (_("\
-Generate a deterministic or GLR parser employing LALR(1), IELR(1), or\n\
-canonical LR(1) parser tables.\n\
+Generate a deterministic LR or generalized LR (GLR) parser employing\n\
+LALR(1), IELR(1), or canonical LR(1) parser tables.\n\
 \n\
 "), stdout);