X-Git-Url: https://git.saurik.com/bison.git/blobdiff_plain/8e55b3aac25caf25d6976a455729aef3f4f20f80..9b9e0a7d46123c50e51f6742eba1bfa0d091b8aa:/src/getargs.c diff --git a/src/getargs.c b/src/getargs.c index 92846b64..8af6528a 100644 --- a/src/getargs.c +++ b/src/getargs.c @@ -20,7 +20,6 @@ #include #include "system.h" -#include "revision.h" #include "output.h" #include @@ -266,13 +265,14 @@ Operation modes:\n\ --print-localedir output directory containing locale-dependent data\n\ --print-datadir output directory containing skeletons and XSLT\n\ -y, --yacc emulate POSIX Yacc\n\ - -W, --warnings=[CATEGORY] report the warnings falling in CATEGORY\n\ + -W, --warnings[=CATEGORY] report the warnings falling in CATEGORY\n\ \n\ "), stdout); fputs (_("\ Parser:\n\ -L, --language=LANGUAGE specify the output programming language\n\ + (this is an experimental feature)\n\ -S, --skeleton=FILE specify the skeleton to use\n\ -t, --debug instrument the parser for debugging\n\ --locations enable locations computation\n\ @@ -338,7 +338,6 @@ version (void) continue. */ printf (_("bison (GNU Bison) %s"), VERSION); putc ('\n', stdout); - printf ("%s", revision); fputs (_("Written by Robert Corbett and Richard Stallman.\n"), stdout); putc ('\n', stdout);