mirror of
https://git.savannah.gnu.org/git/bison.git
synced 2026-03-21 10:13:03 +00:00
Complete --help.
* src/getargs.c (usage): Document -W, make it clear that -d, -g and -x have optional arguments.
This commit is contained in:
@@ -1,3 +1,9 @@
|
|||||||
|
2007-11-04 Akim Demaille <demaille@gostai.com>
|
||||||
|
|
||||||
|
Complete --help.
|
||||||
|
* src/getargs.c (usage): Document -W, make it clear that -d,
|
||||||
|
-g and -x have optional arguments.
|
||||||
|
|
||||||
2007-11-04 Akim Demaille <demaille@gostai.com>
|
2007-11-04 Akim Demaille <demaille@gostai.com>
|
||||||
|
|
||||||
Find sha1sum when named gsha1sum.
|
Find sha1sum when named gsha1sum.
|
||||||
|
|||||||
@@ -263,6 +263,7 @@ Operation modes:\n\
|
|||||||
--print-localedir output directory containing locale-dependent data\n\
|
--print-localedir output directory containing locale-dependent data\n\
|
||||||
--print-datadir output directory containing skeletons and XSLT\n\
|
--print-datadir output directory containing skeletons and XSLT\n\
|
||||||
-y, --yacc emulate POSIX Yacc\n\
|
-y, --yacc emulate POSIX Yacc\n\
|
||||||
|
-W, --warnings=[CATEGORY] report the warnings falling in CATEGORY\n\
|
||||||
\n\
|
\n\
|
||||||
"), stdout);
|
"), stdout);
|
||||||
|
|
||||||
@@ -279,16 +280,26 @@ Parser:\n\
|
|||||||
|
|
||||||
fputs (_("\
|
fputs (_("\
|
||||||
Output:\n\
|
Output:\n\
|
||||||
-d, --defines also produce a header file\n\
|
-d, --defines[=FILE] also produce a header file\n\
|
||||||
-r, --report=THINGS also produce details on the automaton\n\
|
-r, --report=THINGS also produce details on the automaton\n\
|
||||||
-v, --verbose same as `--report=state'\n\
|
-v, --verbose same as `--report=state'\n\
|
||||||
-b, --file-prefix=PREFIX specify a PREFIX for output files\n\
|
-b, --file-prefix=PREFIX specify a PREFIX for output files\n\
|
||||||
-o, --output=FILE leave output to FILE\n\
|
-o, --output=FILE leave output to FILE\n\
|
||||||
-g, --graph also output a graph of the automaton\n\
|
-g, --graph[=FILE] also output a graph of the automaton\n\
|
||||||
-x, --xml also output an xml of the automaton\n\
|
-x, --xml[=FILE] also output an XML report of the automaton\n\
|
||||||
\n\
|
\n\
|
||||||
"), stdout);
|
"), stdout);
|
||||||
|
|
||||||
|
fputs (_("\
|
||||||
|
Warning categories include:\n\
|
||||||
|
`midrule-values' unset or unused midrule values\n\
|
||||||
|
`yacc' incompatibilities with POSIX YACC\n\
|
||||||
|
`all' all the warnings\n\
|
||||||
|
`no-CATEGORY' turn off warnings in CATEGORY\n\
|
||||||
|
`none' turn off all the warnings\n\
|
||||||
|
`error' treat warnings as errors\n\
|
||||||
|
"), stdout);
|
||||||
|
|
||||||
fputs (_("\
|
fputs (_("\
|
||||||
THINGS is a list of comma separated words that can include:\n\
|
THINGS is a list of comma separated words that can include:\n\
|
||||||
`state' describe the states\n\
|
`state' describe the states\n\
|
||||||
|
|||||||
Reference in New Issue
Block a user