From: Bruno Haible Date: Thu, 3 Jul 2025 05:55:01 +0000 (+0200) Subject: msggrep: Finish documenting the -X option (left-over from 2006-03-17). X-Git-Tag: v0.26~33 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=310e42a7a7c361967d02204a5b40bdaa0c390ca3;p=thirdparty%2Fgettext.git msggrep: Finish documenting the -X option (left-over from 2006-03-17). * gettext-tools/doc/msggrep.texi: Mention the -X option in the summary. --- diff --git a/gettext-tools/doc/msggrep.texi b/gettext-tools/doc/msggrep.texi index 3e1b5652b..1673d29d3 100644 --- a/gettext-tools/doc/msggrep.texi +++ b/gettext-tools/doc/msggrep.texi @@ -1,5 +1,5 @@ @c This file is part of the GNU gettext manual. -@c Copyright (C) 1995-2019 Free Software Foundation, Inc. +@c Copyright (C) 1995-2025 Free Software Foundation, Inc. @c See the file gettext.texi for copying conditions. @pindex msggrep @@ -49,7 +49,7 @@ or if it is @samp{-}. @example [-N @var{sourcefile}]... [-M @var{domainname}]... [-J @var{msgctxt-pattern}] [-K @var{msgid-pattern}] [-T @var{msgstr-pattern}] - [-C @var{comment-pattern}] + [-C @var{comment-pattern}] [-X @var{extracted-comment-pattern}] @end example A message is selected if @@ -63,7 +63,9 @@ A message is selected if @item or if @samp{-T} is given and its translation (msgstr) matches @var{msgstr-pattern}, @item or if @samp{-C} is given and the translator's comment matches -@var{comment-pattern}. +@var{comment-pattern}, +@item or if @samp{-X} is given and the extracted comment matches +@var{extracted-comment-pattern}. @end itemize When more than one selection criterion is specified, the set of selected