]> Sergey Matveev's repositories - public-inbox.git/commitdiff
lei: common --all[=remote|local] help message
authorEric Wong <e@80x24.org>
Thu, 23 Sep 2021 10:36:22 +0000 (10:36 +0000)
committerEric Wong <e@80x24.org>
Thu, 23 Sep 2021 10:49:30 +0000 (10:49 +0000)
It helps to be consistent and reduce the learning curve, here.

lib/PublicInbox/LEI.pm

index 1305dfb810f3fb93f7f11ab2e15331107819cc53..96f63805d5067a98494e7f021f5e17195243fa24 100644 (file)
@@ -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' ],