]> git.ipfire.org Git - thirdparty/gettext.git/commitdiff
doc: Fix typo in msgfmt invocation
authorDaiki Ueno <ueno@gnu.org>
Thu, 29 Oct 2015 07:18:14 +0000 (16:18 +0900)
committerDaiki Ueno <ueno@gnu.org>
Thu, 29 Oct 2015 07:18:14 +0000 (16:18 +0900)
* gettext-tools/doc/msgfmt.texi: Fix the documentation of -d option,
used in the Desktop Entry mode.

gettext-tools/doc/msgfmt.texi

index 402bc1a76ed9f8a9b50426b427ea3d71cd592d7f..a808b7ce86b28fdbfdf75638a38bd30b498a272d 100644 (file)
@@ -190,7 +190,8 @@ or a combined language and country specification of the form @var{ll_CC}.
 
 @item -d @var{directory}
 @opindex -d@r{, @code{msgfmt} option}
-Specify the base directory of @file{.msg} message catalogs.
+Specify the directory where PO files are read.  The directory must
+contain the @samp{LINGUAS} file.
 
 @end table