]> Sergey Matveev's repositories - public-inbox.git/commitdiff
lei ls-mail-sync: drop repeated -z/0 option
authorKyle Meyer <kyle@kyleam.com>
Tue, 4 May 2021 04:45:56 +0000 (00:45 -0400)
committerEric Wong <e@80x24.org>
Tue, 4 May 2021 04:58:11 +0000 (04:58 +0000)
lib/PublicInbox/LEI.pm

index 599cfab25346042685f40f7c0cd00144df8a40cd..e9c1675a8f06bf437f58cb8a2ded298dc5d1771d 100644 (file)
@@ -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 ],