]> git.saurik.com Git - bison.git/commitdiff
Fix --help.
authorAkim Demaille <demaille@gostai.com>
Tue, 29 Jul 2008 10:44:28 +0000 (12:44 +0200)
committerAkim Demaille <demaille@gostai.com>
Fri, 7 Nov 2008 20:38:19 +0000 (21:38 +0100)
* src/getargs.c (usage): Fix help string for -W.

ChangeLog
src/getargs.c

index 2d384edc9f4d278621ed79f2605a011cc88dd255..9561d4ea80d2a7a2692312854f34083bf0abed45 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -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.
index c9fc9bfc4f87f3a11a633bb0ca3103876f0bf21e..8af6528a1233cde704fb77c19a659a6b246a8fb0 100644 (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);