bison-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[PATCH] Fix --help.


From: Akim Demaille
Subject: [PATCH] Fix --help.
Date: Fri, 07 Nov 2008 20:38:27 -0000

        * src/getargs.c (usage): Fix help string for -W.
---
 ChangeLog     |    5 +++++
 src/getargs.c |    2 +-
 2 files changed, 6 insertions(+), 1 deletions(-)

diff --git a/ChangeLog b/ChangeLog
index 2d384ed..9561d4e 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,10 @@
 2008-11-07  Akim Demaille  <address@hidden>
 
+       Fix --help.
+       * src/getargs.c (usage): Fix help string for -W.
+
+2008-11-07  Akim Demaille  <address@hidden>
+
        Handle more general types of option arguments.
        * build-aux/cross-options.pl: The argument ends at the first
        space, not the first non-symbol character.
diff --git a/src/getargs.c b/src/getargs.c
index c9fc9bf..8af6528 100644
--- a/src/getargs.c
+++ b/src/getargs.c
@@ -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);
 
-- 
1.6.0.2.588.g3102





reply via email to

[Prev in Thread] Current Thread [Next in Thread]