about summary refs log tree commit homepage
path: root/script/public-inbox-convert
diff options
context:
space:
mode:
authorEric Wong <e@80x24.org>2021-07-27 10:44:29 +0000
committerEric Wong <e@80x24.org>2021-07-28 05:16:19 +0000
commit11e454643ca0a8556f972ba6954dfec3855c62e7 (patch)
tree96cf8060e7891affca4b3033b81081c90897f3af /script/public-inbox-convert
parent7a85c3cd6c7c0257a04343ca345cf0f23d71729c (diff)
downloadpublic-inbox-11e454643ca0a8556f972ba6954dfec3855c62e7.tar.gz
The underscore variant was never documented and maintaining
the difference between the command-line and internal hash
is not worth it.
Diffstat (limited to 'script/public-inbox-convert')
-rwxr-xr-xscript/public-inbox-convert2
1 files changed, 1 insertions, 1 deletions
diff --git a/script/public-inbox-convert b/script/public-inbox-convert
index 3c627b79..fec6b624 100755
--- a/script/public-inbox-convert
+++ b/script/public-inbox-convert
@@ -38,7 +38,7 @@ GetOptions($opt, qw(jobs|j=i index! help|h),
                 qw(verbose|v+ rethread compact|c+ fsync|sync!
                 indexlevel|index-level|L=s max_size|max-size=s
                 batch_size|batch-size=s
-                sequential_shard|sequential-shard|seq-shard
+                sequential-shard|seq-shard
                 )) or die $help;
 if ($opt->{help}) { print $help; exit 0 };
 my $old_dir = shift(@ARGV) // '';