]> Sergey Matveev's repositories - public-inbox.git/commitdiff
lei: add help output for --invert match
authorKyle Meyer <kyle@kyleam.com>
Tue, 4 May 2021 04:45:59 +0000 (00:45 -0400)
committerEric Wong <e@80x24.org>
Tue, 4 May 2021 05:03:59 +0000 (05:03 +0000)
ls-external and ls-mail-sync accept an --invert-match option.  Show it
in the --help output.

lib/PublicInbox/LEI.pm

index 7be68121d956958dd66dcb85c43844e0109e9c55..c5fdfeb8ed62f1dab3f75a6a804555a7eae9acdf 100644 (file)
@@ -270,6 +270,7 @@ my %OPTDESC = (
 'incremental!  import' => 'import already seen IMAP and NNTP articles',
 'globoff|g' => "do not match locations using '*?' wildcards ".
                "and\xa0'[]'\x{a0}ranges",
+'invert-match|v' => 'select non-matching lines',
 'color!' => 'disable color (for --format=text)',
 'verbose|v+' => 'be more verbose',
 'external!' => 'do not use externals',