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:55 -0400
committerEric Wong <e@80x24.org>2021-05-04 04:58:10 +0000
commitc2550a16cce6736bf760d2ac4857a0508b46afa8 (patch)
tree8d57b7a56f33475e80836e553b1522e4a53e0a3f /lib
parenteb99e6d0a50ba2e03870b21b165e37a64ce745bd (diff)
downloadpublic-inbox-c2550a16cce6736bf760d2ac4857a0508b46afa8.tar.gz
ls-sync was renamed to ls-mail-sync in cb0e9d42b799c748.  Update a
stale reference to the old name.
Diffstat (limited to 'lib')
-rw-r--r--lib/PublicInbox/LeiLsMailSync.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/PublicInbox/LeiLsMailSync.pm b/lib/PublicInbox/LeiLsMailSync.pm
index 2b3d326d..532ea9b5 100644
--- a/lib/PublicInbox/LeiLsMailSync.pm
+++ b/lib/PublicInbox/LeiLsMailSync.pm
@@ -1,7 +1,7 @@
 # Copyright (C) 2021 all contributors <meta@public-inbox.org>
 # License: AGPL-3.0+ <https://www.gnu.org/licenses/agpl-3.0.txt>
 
-# front-end for the "lei ls-sync" sub-command
+# front-end for the "lei ls-mail-sync" sub-command
 package PublicInbox::LeiLsMailSync;
 use strict;
 use v5.10.1;