From: Eric Wong Date: Thu, 23 Sep 2021 10:36:22 +0000 (+0000) Subject: lei: common --all[=remote|local] help message X-Git-Tag: v1.7.0~288 X-Git-Url: http://www.git.stargrave.org/?a=commitdiff_plain;h=49e5088c2d39852277a357b7235c9779845733a3;p=public-inbox.git lei: common --all[=remote|local] help message It helps to be consistent and reduce the learning curve, here. --- 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' ],