From 49e5088c2d39852277a357b7235c9779845733a3 Mon Sep 17 00:00:00 2001 From: Eric Wong Date: Thu, 23 Sep 2021 10:36:22 +0000 Subject: [PATCH] lei: common --all[=remote|local] help message It helps to be consistent and reduce the learning curve, here. --- lib/PublicInbox/LEI.pm | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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' ], -- 2.48.1