]> Sergey Matveev's repositories - public-inbox.git/commitdiff
extindex: remove skip-docdata option
authorEric Wong <e@80x24.org>
Wed, 18 Nov 2020 08:22:27 +0000 (08:22 +0000)
committerEric Wong <e@80x24.org>
Thu, 19 Nov 2020 07:09:41 +0000 (07:09 +0000)
Since extindex is entirely new, it doesn't have backwards
compatibility concerns and never stored docdata, anyways.

script/public-inbox-extindex

index 5d56e2c31ff5e8ac13e7de5eae9c19640832c352..78d6d9d91b7dbba3740d4618f98e8bca136cae1a 100644 (file)
@@ -26,7 +26,7 @@ GetOptions($opt, qw(verbose|v+ reindex rethread compact|c+ jobs|j=i
                fsync|sync!
                indexlevel|index-level|L=s max_size|max-size=s
                batch_size|batch-size=s
-               skip-docdata all help|h))
+               all help|h))
        or die $help;
 if ($opt->{help}) { print $help; exit 0 };
 die "--jobs must be >= 0\n" if defined $opt->{jobs} && $opt->{jobs} < 0;