mirror of
https://git.savannah.gnu.org/git/bison.git
synced 2026-03-09 12:23:04 +00:00
Fix --help.
* src/getargs.c (usage): Fix help string for -W.
(cherry picked from commit 9b9e0a7d46)
This commit is contained in:
committed by
Joel E. Denny
parent
0213d65176
commit
f67c40374e
@@ -1,3 +1,8 @@
|
||||
2008-11-07 Akim Demaille <demaille@gostai.com>
|
||||
|
||||
Fix --help.
|
||||
* src/getargs.c (usage): Fix help string for -W.
|
||||
|
||||
2008-11-07 Akim Demaille <demaille@gostai.com>
|
||||
|
||||
Handle more general types of option arguments.
|
||||
|
||||
@@ -265,7 +265,7 @@ 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);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user