about summary refs log tree commit homepage
path: root/lib
diff options
context:
space:
mode:
authorKyle Meyer <kyle@kyleam.com>2021-05-04 00:45:56 -0400
committerEric Wong <e@80x24.org>2021-05-04 04:58:11 +0000
commit1442f722b47010d0b24040be02152e07c1c21985 (patch)
tree42d5d097e5595e981a883169c7aaec1e43dbb798 /lib
parentc2550a16cce6736bf760d2ac4857a0508b46afa8 (diff)
downloadpublic-inbox-1442f722b47010d0b24040be02152e07c1c21985.tar.gz
Diffstat (limited to 'lib')
-rw-r--r--lib/PublicInbox/LEI.pm2
1 files changed, 1 insertions, 1 deletions
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 ],