about summary refs log tree commit homepage
diff options
context:
space:
mode:
authorEric Wong <e@80x24.org>2020-12-31 13:51:41 +0000
committerEric Wong <e@80x24.org>2021-01-01 05:00:39 +0000
commit52acde10d4c149bb73b717abdc70720be9a4fe24 (patch)
treed6cbd2bcd892d2b58a137423bdb3687f922a2f80
parentfee0f2529ece728f59330c8d01d624d32f9eca06 (diff)
downloadpublic-inbox-52acde10d4c149bb73b717abdc70720be9a4fe24.tar.gz
This will be helpful for mairix users.
-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 f960aa72..bb77198e 100644
--- a/lib/PublicInbox/LEI.pm
+++ b/lib/PublicInbox/LEI.pm
@@ -69,7 +69,7 @@ sub _config_path ($) {
 # command => [ positional_args, 1-line description, Getopt::Long option spec ]
 our %CMD = ( # sorted in order of importance/use:
 'q' => [ 'SEARCH_TERMS...', 'search for messages matching terms', qw(
-        save-as=s output|o=s format|f=s dedupe|d=s thread|t augment|a
+        save-as=s output|mfolder|o=s format|f=s dedupe|d=s thread|t augment|a
         sort|s=s@ reverse|r offset=i remote local! external!
         since|after=s until|before=s), opt_dash('limit|n=i', '[0-9]+') ],