From: Bruno Haible Date: Thu, 13 Jan 2005 12:15:06 +0000 (+0000) Subject: Fix usage message. X-Git-Tag: v0.14.2~149 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=15fe5c7c495c2e58b0844a14ba576e196162611a;p=thirdparty%2Fgettext.git Fix usage message. --- diff --git a/gettext-tools/src/ChangeLog b/gettext-tools/src/ChangeLog index e846dc400..545d9ab8f 100644 --- a/gettext-tools/src/ChangeLog +++ b/gettext-tools/src/ChangeLog @@ -1,3 +1,7 @@ +2005-01-08 Bruno Haible + + * msggrep.c (usage): Explain COMMENT-PATTERN syntax as well. + 2005-01-06 Bruno Haible * x-tcl.c (read_word): Ignore non-space whitespace at the beginning. diff --git a/gettext-tools/src/msggrep.c b/gettext-tools/src/msggrep.c index fa93d50a6..3d6675d97 100644 --- a/gettext-tools/src/msggrep.c +++ b/gettext-tools/src/msggrep.c @@ -478,7 +478,7 @@ or if -C is given and the translator's comment matches COMMENT-PATTERN.\n\ When more than one selection criterion is specified, the set of selected\n\ messages is the union of the selected messages of each criterion.\n\ \n\ -MSGID-PATTERN or MSGSTR-PATTERN syntax:\n\ +MSGID-PATTERN or MSGSTR-PATTERN or COMMENT-PATTERN syntax:\n\ [-E | -F] [-e PATTERN | -f FILE]...\n\ PATTERNs are basic regular expressions by default, or extended regular\n\ expressions if -E is given, or fixed strings if -F is given.\n\