From 9b9e0a7d46123c50e51f6742eba1bfa0d091b8aa Mon Sep 17 00:00:00 2001 From: Akim Demaille Date: Tue, 29 Jul 2008 12:44:28 +0200 Subject: [PATCH 1/1] Fix --help. * src/getargs.c (usage): Fix help string for -W. --- ChangeLog | 5 +++++ src/getargs.c | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) 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); -- 2.45.2