about summary refs log tree commit homepage
path: root/lib
diff options
context:
space:
mode:
authorEric Wong <e@80x24.org>2021-03-12 10:39:41 +0000
committerEric Wong <e@80x24.org>2021-03-13 05:09:44 -0400
commit9dacb984fc80c9cf9be17ca13aba97033fb1d485 (patch)
treed52d8a13e56e6c2debda8b1dcf0a82bd26b9444a /lib
parent102e6307ac8ea6809f42d0f6cd29b841d7cfd353 (diff)
downloadpublic-inbox-9dacb984fc80c9cf9be17ca13aba97033fb1d485.tar.gz
I just needed it.
Diffstat (limited to 'lib')
-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 50c0a885..ddc27361 100644
--- a/lib/PublicInbox/LEI.pm
+++ b/lib/PublicInbox/LEI.pm
@@ -228,6 +228,7 @@ my %OPTDESC = (
 'globoff|g' => "do not match locations using '*?' wildcards ".
                 "and\xa0'[]'\x{a0}ranges",
 'verbose|v+' => 'be more verbose',
+'external!' => 'do not use externals',
 'solve!' => 'do not attempt to reconstruct blobs from emails',
 'torsocks=s' => ['VAL|auto|no|yes',
                 'whether or not to wrap git and curl commands with torsocks'],