about summary refs log tree commit homepage
diff options
context:
space:
mode:
authorKyle Meyer <kyle@kyleam.com>2021-05-04 00:45:59 -0400
committerEric Wong <e@80x24.org>2021-05-04 05:03:59 +0000
commit7453aefc22817eb0de9c7afafa3c43acde0e0b07 (patch)
treec2cb2842925b7faf56899fd8cd3c98b3d0192268
parent5ea3df7741fdb88ec9c10689934b4d775d61a3d6 (diff)
downloadpublic-inbox-7453aefc22817eb0de9c7afafa3c43acde0e0b07.tar.gz
ls-external and ls-mail-sync accept an --invert-match option.  Show it
in the --help output.
-rw-r--r--lib/PublicInbox/LEI.pm1
1 files changed, 1 insertions, 0 deletions
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',