]> git.ipfire.org Git - thirdparty/gettext.git/commitdiff
msgcmp has a new option --no-fuzzy-matching.
authorBruno Haible <bruno@clisp.org>
Mon, 15 Sep 2008 10:44:36 +0000 (10:44 +0000)
committerBruno Haible <bruno@clisp.org>
Tue, 23 Jun 2009 10:15:50 +0000 (12:15 +0200)
gettext-tools/doc/ChangeLog
gettext-tools/doc/msgcmp.texi

index 19a0a9c092b4baaa5213877e37e47aa05ad5910c..104ac7f3d9c9e7af8cdb5f995464b19b93f4c32c 100644 (file)
@@ -1,3 +1,7 @@
+2008-09-15  Bruno Haible  <bruno@clisp.org>
+
+       * msgcmp.texi: Document option -N/--no-fuzzy-matching.
+
 2008-08-17  Bruno Haible  <bruno@clisp.org>
 
        * gettext.texi (aclocal): Add threadlib.m4 to the file list.
index 3558a31bdd757ff08d4882c4116a07373c09882c..2bdb2c9f0e946f7ff9d477bcb609ed406f29289c 100644 (file)
@@ -40,6 +40,13 @@ searched relative to this list of directories.
 @opindex --multi-domain@r{, @code{msgcmp} option}
 Apply @var{ref}.pot to each of the domains in @var{def}.po.
 
+@item -N
+@itemx --no-fuzzy-matching
+@opindex -N@r{, @code{msgcmp} option}
+@opindex --no-fuzzy-matching@r{, @code{msgcmp} option}
+Do not use fuzzy matching when an exact match is not found.  This may speed
+up the operation considerably.
+
 @item --use-fuzzy
 @opindex --use-fuzzy@r{, @code{msgcmp} option}
 Consider fuzzy messages in the @var{def}.po file like translated messages.