user/dev discussion of public-inbox itself
 help / color / mirror / code / Atom feed
* [PATCH] extindex: remove skip-docdata option
@ 2020-11-18  8:22 Eric Wong
  0 siblings, 0 replies; only message in thread
From: Eric Wong @ 2020-11-18  8:22 UTC (permalink / raw)
  To: meta

Since extindex is entirely new, it doesn't have backwards
compatibility concerns and never stored docdata, anyways.
---
 script/public-inbox-extindex | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/script/public-inbox-extindex b/script/public-inbox-extindex
index 5d56e2c3..78d6d9d9 100644
--- a/script/public-inbox-extindex
+++ b/script/public-inbox-extindex
@@ -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;

^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2020-11-18  8:22 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-11-18  8:22 [PATCH] extindex: remove skip-docdata option Eric Wong

Code repositories for project(s) associated with this public inbox

	https://80x24.org/public-inbox.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).