]> Sergey Matveev's repositories - public-inbox.git/blobdiff - script/public-inbox-convert
treewide: s/sequential_shard/sequential-shard/g
[public-inbox.git] / script / public-inbox-convert
index 3c627b793638cd30bc23f42bcbef1ebfe3ad8cf0..fec6b624207c1779d64f352a4198ef2ca8316936 100755 (executable)
@@ -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) // '';