From: Akim Demaille Date: Tue, 29 Jul 2008 10:44:28 +0000 (+0200) Subject: Fix --help. X-Git-Tag: v2.7.90~1139 X-Git-Url: https://git.saurik.com/bison.git/commitdiff_plain/9b9e0a7d46123c50e51f6742eba1bfa0d091b8aa?hp=74eae918c3bf3772d260cb25777d9a998172a401 Fix --help. * src/getargs.c (usage): Fix help string for -W. --- diff --git a/ChangeLog b/ChangeLog index 2d384edc..9561d4ea 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2008-11-07 Akim Demaille + + Fix --help. + * src/getargs.c (usage): Fix help string for -W. + 2008-11-07 Akim Demaille Handle more general types of option arguments. diff --git a/src/getargs.c b/src/getargs.c index c9fc9bfc..8af6528a 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);