From 1442f722b47010d0b24040be02152e07c1c21985 Mon Sep 17 00:00:00 2001 From: Kyle Meyer Date: Tue, 4 May 2021 00:45:56 -0400 Subject: [PATCH] lei ls-mail-sync: drop repeated -z/0 option --- lib/PublicInbox/LEI.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/PublicInbox/LEI.pm b/lib/PublicInbox/LEI.pm index 599cfab2..e9c1675a 100644 --- a/lib/PublicInbox/LEI.pm +++ b/lib/PublicInbox/LEI.pm @@ -171,7 +171,7 @@ our %CMD = ( # sorted in order of importance/use: qw(format|f=s z|0 globoff|g invert-match|v local remote), @c_opt ], 'ls-label' => [ '', 'list labels', qw(z|0 stats:s), @c_opt ], 'ls-mail-sync' => [ '', 'list mail sync folders', - qw(z|0 z|0 globoff|g invert-match|v local remote), @c_opt ], + qw(z|0 globoff|g invert-match|v local remote), @c_opt ], 'forget-external' => [ 'LOCATION...|--prune', 'exclude further results from a publicinbox|extindex', qw(prune), @c_opt ], -- 2.44.0