Fix --help.

* src/getargs.c (usage): Fix help string for -W.
(cherry picked from commit 9b9e0a7d46)
This commit is contained in:
Akim Demaille
2008-07-29 12:44:28 +02:00
committed by Joel E. Denny
parent 0213d65176
commit f67c40374e
2 changed files with 6 additions and 1 deletions

View File

@@ -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.

View File

@@ -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);