summaryrefslogtreecommitdiffstats
path: root/gettext-tools/doc/msgcmp.texi
diff options
context:
space:
mode:
authorBruno Haible <bruno@clisp.org>2008-09-15 10:44:36 +0000
committerBruno Haible <bruno@clisp.org>2009-06-23 12:15:50 +0200
commiteff39e845b5cfffe1e0bf06f2bf2fbe15a2b0873 (patch)
tree5f587fecb844105696fdfc71893f5887b8ff3d1d /gettext-tools/doc/msgcmp.texi
parent3e3c34da4f06e07ceb071bc14ed91ba28134ff6c (diff)
downloadexternal_gettext-eff39e845b5cfffe1e0bf06f2bf2fbe15a2b0873.zip
external_gettext-eff39e845b5cfffe1e0bf06f2bf2fbe15a2b0873.tar.gz
external_gettext-eff39e845b5cfffe1e0bf06f2bf2fbe15a2b0873.tar.bz2
msgcmp has a new option --no-fuzzy-matching.
Diffstat (limited to 'gettext-tools/doc/msgcmp.texi')
-rw-r--r--gettext-tools/doc/msgcmp.texi7
1 files changed, 7 insertions, 0 deletions
diff --git a/gettext-tools/doc/msgcmp.texi b/gettext-tools/doc/msgcmp.texi
index 3558a31..2bdb2c9 100644
--- a/gettext-tools/doc/msgcmp.texi
+++ b/gettext-tools/doc/msgcmp.texi
@@ -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.