From 7453aefc22817eb0de9c7afafa3c43acde0e0b07 Mon Sep 17 00:00:00 2001 From: Kyle Meyer Date: Tue, 4 May 2021 00:45:59 -0400 Subject: [PATCH] lei: add help output for --invert match ls-external and ls-mail-sync accept an --invert-match option. Show it in the --help output. --- lib/PublicInbox/LEI.pm | 1 + 1 file changed, 1 insertion(+) 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', -- 2.48.1