From: Kyle Meyer Date: Tue, 4 May 2021 04:45:59 +0000 (-0400) Subject: lei: add help output for --invert match X-Git-Tag: v1.7.0~691 X-Git-Url: http://www.git.stargrave.org/?a=commitdiff_plain;h=7453aefc22817eb0de9c7afafa3c43acde0e0b07;p=public-inbox.git lei: add help output for --invert match ls-external and ls-mail-sync accept an --invert-match option. Show it in the --help output. --- diff --git a/lib/PublicInbox/LEI.pm b/lib/PublicInbox/LEI.pm index 7be68121..c5fdfeb8 100644 --- a/lib/PublicInbox/LEI.pm +++ b/lib/PublicInbox/LEI.pm @@ -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',