From: Bruno Haible Date: Wed, 31 Dec 2025 01:03:38 +0000 (+0100) Subject: po-fetch: Clarify the directory. X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7c7ff10dcf979358e32b0c0da72fa4f00d45aab5;p=thirdparty%2Fgettext.git po-fetch: Clarify the directory. Reported by Simon Josefsson in . * gettext-tools/misc/po-fetch.in (func_usage): Mention the output files location. * gettext-tools/doc/po-fetch.texi: Likewise. --- diff --git a/gettext-tools/doc/po-fetch.texi b/gettext-tools/doc/po-fetch.texi index e5b204dd3..0ab9a99b2 100644 --- a/gettext-tools/doc/po-fetch.texi +++ b/gettext-tools/doc/po-fetch.texi @@ -37,6 +37,10 @@ Make changes in the @code{git} index, to prepare for a @code{git} commit. @end table +@subsubsection Output files location + +The PO files and the @code{LINGUAS} file are stored in the current directory. + @subsubsection Informative output @table @samp diff --git a/gettext-tools/misc/po-fetch.in b/gettext-tools/misc/po-fetch.in index 4ba16f3b3..aedca55e2 100644 --- a/gettext-tools/misc/po-fetch.in +++ b/gettext-tools/misc/po-fetch.in @@ -95,6 +95,10 @@ The first argument indicates the kind of translation project: Options: --git Make changes in the git index, to prepare for a git commit. +Output files location: + +The PO files and the LINGUAS file are stored in the current directory. + Informative output: --help Show this help text.