about summary refs log tree commit homepage
path: root/script
diff options
context:
space:
mode:
authorEric Wong <e@80x24.org>2020-11-07 10:56:51 +0000
committerEric Wong <e@80x24.org>2020-11-08 10:18:13 +0000
commit6b0fed3b03263ba252d80bac4fb944d8ac826cbc (patch)
tree6ae63fc326d418d38dc8b37d2077e07be7180e4f /script
parent5a1ee8a928382bc3fac9b8faff67b0c24396ff9b (diff)
downloadpublic-inbox-6b0fed3b03263ba252d80bac4fb944d8ac826cbc.tar.gz
Upon "eindex" rhymes with "reindex", which could be confusing;
so name the command and config prefix to use "extindex" which
is hopefully less confusing.
Diffstat (limited to 'script')
-rw-r--r--script/public-inbox-extindex (renamed from script/public-inbox-eindex)4
1 files changed, 2 insertions, 2 deletions
diff --git a/script/public-inbox-eindex b/script/public-inbox-extindex
index c26edb93..a58f35ca 100644
--- a/script/public-inbox-eindex
+++ b/script/public-inbox-extindex
@@ -6,7 +6,7 @@ use strict;
 use v5.10.1;
 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-eindex [options] EINDEX_DIR [INBOX_DIR]
+usage: public-inbox-extindex [options] EXTINDEX_DIR [INBOX_DIR]
 
   Create and update external (detached) search indices
 
@@ -19,7 +19,7 @@ usage: public-inbox-eindex [options] EINDEX_DIR [INBOX_DIR]
   --verbose | -v      increase verbosity (may be repeated)
 
 BYTES may use `k', `m', and `g' suffixes (e.g. `10m' for 10 megabytes)
-See public-inbox-eindex(1) man page for full documentation.
+See public-inbox-extindex(1) man page for full documentation.
 EOF
 my $opt = { quiet => -1, compact => 0, max_size => undef, fsync => 1 };
 GetOptions($opt, qw(verbose|v+ reindex rethread compact|c+ jobs|j=i