]> git.ipfire.org Git - thirdparty/gettext.git/commitdiff
Add missing --unique option.
authorBruno Haible <bruno@clisp.org>
Sat, 23 Jun 2001 21:43:47 +0000 (21:43 +0000)
committerBruno Haible <bruno@clisp.org>
Sat, 23 Jun 2001 21:43:47 +0000 (21:43 +0000)
src/ChangeLog
src/msgcomm.c

index c0caf5ddf2d02e6d8dbff6ee18537bf1b8aa6505..dfd22bd6a7ed6f7ec837245646fe28824a54e731 100644 (file)
@@ -1,3 +1,8 @@
+2001-06-18  Karl Eichwalder  <ke@suse.de>
+
+       * msgcomm.c (long_options): Add '--unique' option as documented
+       within --help output.
+
 2001-06-12  Bruno Haible  <haible@clisp.cons.org>
 
        * xgettext.c (extension_to_language): Recognize "*.hh" as being C++.
index a7c4c0948a8cf42bdeaed0eb869870922eaedc84..89d2d8aba6f344de745ccb021f6b108363c52215 100644 (file)
@@ -83,6 +83,7 @@ static const struct option long_options[] =
   { "sort-by-file", no_argument, NULL, 'F' },
   { "sort-output", no_argument, NULL, 's' },
   { "strict", no_argument, NULL, 'S' },
+  { "unique", no_argument, NULL, 'u' },
   { "version", no_argument, NULL, 'V' },
   { "width", required_argument, NULL, 'w', },
   { "more-than", required_argument, NULL, '>', },