]> git.ipfire.org Git - thirdparty/gettext.git/commitdiff
Document option -C completely.
authorBruno Haible <bruno@clisp.org>
Tue, 18 Mar 2003 10:42:23 +0000 (10:42 +0000)
committerBruno Haible <bruno@clisp.org>
Tue, 23 Jun 2009 10:10:17 +0000 (12:10 +0200)
gettext-tools/doc/ChangeLog
gettext-tools/doc/msggrep.texi
gettext-tools/src/ChangeLog
gettext-tools/src/msggrep.c

index 27667cdfc0ad1a145d7d0a297f8aa1a6b461b4f7..d73e0387b1697825282735d96f3e6a3812aa9de5 100644 (file)
@@ -1,3 +1,8 @@
+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.
index e66391a7fd76bcfdd1a84e62696e4311946cffe7..0e7e19336fc6b1a206dd9f7cc02f6b83133249ad 100644 (file)
@@ -95,6 +95,12 @@ Start of patterns for the msgid.
 @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}
index 7babeb529e2caca86c40ef3b078e60a6911d2c9b..bb2cdd45f9de17d98af6676ec8a84d2de3c7ccd3 100644 (file)
@@ -1,3 +1,9 @@
+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.
index fe35e272b3b08fd5684a511755ac103f1783d67a..0ce5a3375bcf21a30850738f62011b0fcc06cdad 100644 (file)
@@ -391,7 +391,7 @@ static void
 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);
 }
@@ -461,6 +461,7 @@ expressions if -E is given, or fixed strings if -F is given.\n\
   -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\