about summary refs log tree commit homepage
path: root/script
diff options
context:
space:
mode:
authorEric Wong <e@80x24.org>2020-10-27 07:54:42 +0000
committerEric Wong <e@80x24.org>2020-11-07 10:22:01 +0000
commit6646958f416f55745521b1112a38c9f3e3854cdc (patch)
tree624a48add77abf158edd8a8b99c56da4810b151a /script
parent952875f667f607e72c8a05f3149cd04705c0f89e (diff)
downloadpublic-inbox-6646958f416f55745521b1112a38c9f3e3854cdc.tar.gz
This doesn't do anything, yet, but it will once the rest
of the eindex stuff works.
Diffstat (limited to 'script')
-rwxr-xr-xscript/public-inbox-index3
1 files changed, 2 insertions, 1 deletions
diff --git a/script/public-inbox-index b/script/public-inbox-index
index 5dad6ecb..55e4f641 100755
--- a/script/public-inbox-index
+++ b/script/public-inbox-index
@@ -11,12 +11,13 @@ use Getopt::Long qw(:config gnu_getopt no_ignore_case auto_abbrev);
 my $help = <<EOF; # the following should fit w/o scrolling in 80x24 term:
 usage: public-inbox-index [options] INBOX_DIR
 
-  Create and update search indices
+  Create and update per-inbox search indices
 
 options:
 
   --no-fsync          speed up indexing, risk corruption on power outage
   -L LEVEL            `basic', `medium', or `full' (default: full)
+  -E EIDX             update EIDX (e.g. `all')
   --all               index all configured inboxes
   --compact | -c      run public-inbox-compact(1) after indexing
   --sequential-shard  index Xapian shards sequentially for slow storage