+2003-03-10 Bruno Haible <bruno@clisp.org>
+
+ * msggrep.texi: Document option -C completely.
+ Reported by Martin Quinson <Martin.Quinson@tuxfamily.org>.
+
2003-03-03 Bruno Haible <bruno@clisp.org>
* msgen.texi: Don't say that the entries are marked fuzzy.
@opindex --msgstr@r{, @code{msggrep} option}
Start of patterns for the msgstr.
+@item -C
+@itemx --comment
+@opindex -C@r{, @code{msggrep} option}
+@opindex --comment@r{, @code{msggrep} option}
+Start of patterns for the translator's comment.
+
@item -E
@itemx --extended-regexp
@opindex -E@r{, @code{msggrep} option}
+2003-03-10 Bruno Haible <bruno@clisp.org>
+
+ * msggrep.c (no_pass): Mention option -C.
+ (usage): Document option -C completely.
+ Reported by Martin Quinson <Martin.Quinson@tuxfamily.org>.
+
2003-02-28 Bruno Haible <bruno@clisp.org>
Support for relocatable installation.
no_pass (int opt)
{
error (EXIT_SUCCESS, 0,
- _("option '%c' cannot be used before 'K' or 'T' has been specified"),
+ _("option '%c' cannot be used before 'K' or 'T' or 'C' has been specified"),
opt);
usage (EXIT_FAILURE);
}
-M, --domain=DOMAINNAME select messages belonging to domain DOMAINNAME\n\
-K, --msgid start of patterns for the msgid\n\
-T, --msgstr start of patterns for the msgstr\n\
+ -C, --comment start of patterns for the translator's comment\n\
-E, --extended-regexp PATTERN is an extended regular expression\n\
-F, --fixed-strings PATTERN is a set of newline-separated strings\n\
-e, --regexp=PATTERN use PATTERN as a regular expression\n\