about summary refs log tree commit homepage
path: root/lib/PublicInbox
diff options
context:
space:
mode:
authorEric Wong <e@80x24.org>2021-09-23 10:36:22 +0000
committerEric Wong <e@80x24.org>2021-09-23 10:49:30 +0000
commit49e5088c2d39852277a357b7235c9779845733a3 (patch)
treeadf1d8542c7e84fff94c5e59b16ecb070e141f6b /lib/PublicInbox
parent4f68a139bff916b27eaa894caa87aee08ecb4e44 (diff)
downloadpublic-inbox-49e5088c2d39852277a357b7235c9779845733a3.tar.gz
It helps to be consistent and reduce the learning curve, here.
Diffstat (limited to 'lib/PublicInbox')
-rw-r--r--lib/PublicInbox/LEI.pm4
1 files changed, 3 insertions, 1 deletions
diff --git a/lib/PublicInbox/LEI.pm b/lib/PublicInbox/LEI.pm
index 1305dfb8..96f63805 100644
--- a/lib/PublicInbox/LEI.pm
+++ b/lib/PublicInbox/LEI.pm
@@ -420,7 +420,9 @@ my %OPTDESC = (
 'remote' => 'limit operations to those requiring network access',
 'remote!' => 'prevent operations requiring network access',
 
-'all:s        up' => ['local|remote', 'update all remote or local saved searches' ],
+# up, refresh-mail-sync, export-kw
+'all:s' => ['TYPE|local|remote', 'all remote or local folders' ],
+
 'remote-fudge-time=s' => [ 'INTERVAL',
         'look for mail INTERVAL older than the last successful query' ],