]> 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)
committerJoel E. Denny <jdenny@ces.clemson.edu>
Mon, 6 Apr 2009 04:54:55 +0000 (00:54 -0400)
* src/getargs.c (usage): Fix help string for -W.
(cherry picked from commit 9b9e0a7d46123c50e51f6742eba1bfa0d091b8aa)

ChangeLog
src/getargs.c

index 43ed79a31f01036d61888cdaa6f29580a907e322..4b994e07848184dd027e4188bd5b4ec444af225f 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 f36f25bc9ebbba2daafd84f63f699d196c2701f2..35594cc8813f8f55de09af23cf65901be83c7403 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);