about summary refs log tree commit homepage
path: root/lib/PublicInbox/LEI.pm
diff options
context:
space:
mode:
authorEric Wong <e@80x24.org>2021-09-08 18:48:20 +0000
committerEric Wong <e@80x24.org>2021-09-09 04:50:33 +0000
commitc033dde5f54fa886b5bef5b9d5c13aa8624e8df4 (patch)
tree15164dccffb3e3ef566fb8131541e30492869e38 /lib/PublicInbox/LEI.pm
parent656345685dae0de213d95f88f34d7b73da759df7 (diff)
downloadpublic-inbox-c033dde5f54fa886b5bef5b9d5c13aa8624e8df4.tar.gz
-F/--in-format and --lock=TYPE(S) are easily supported by
all classes using LeiInput.
Diffstat (limited to 'lib/PublicInbox/LEI.pm')
-rw-r--r--lib/PublicInbox/LEI.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/PublicInbox/LEI.pm b/lib/PublicInbox/LEI.pm
index a258722e..3dce0236 100644
--- a/lib/PublicInbox/LEI.pm
+++ b/lib/PublicInbox/LEI.pm
@@ -226,7 +226,7 @@ our %CMD = ( # sorted in order of importance/use:
 'rm' => [ '--stdin|LOCATION...',
         'remove a message from the index and prevent reindexing',
         'stdin|', # /|\z/ must be first for lone dash
-        @c_opt ],
+        qw(in-format|F=s lock=s@), @c_opt ],
 'plonk' => [ '--threads|--from=IDENT',
         'exclude mail matching From: or threads from non-Message-ID searches',
         qw(stdin| threads|t from|f=s mid=s oid=s), @c_opt ],