about summary refs log tree commit homepage
path: root/script
diff options
context:
space:
mode:
authorEric Wong <e@80x24.org>2021-05-05 17:49:42 +0000
committerEric Wong <e@80x24.org>2021-05-05 19:50:02 +0000
commitf1921e46e16cabb6f705236581564b8fe901a76e (patch)
tree03e369e3698cd7cff8b39cd440a4b00fbc7d92ff /script
parent18a0f22e6755af7b283b91722e9e9e649ec9d345 (diff)
downloadpublic-inbox-f1921e46e16cabb6f705236581564b8fe901a76e.tar.gz
Everything else that's intended to be executable at some
point has the executable bit set.  Remove an inaccurate
comment while we're at it.
Diffstat (limited to 'script')
-rwxr-xr-x[-rw-r--r--]script/public-inbox-extindex1
1 files changed, 0 insertions, 1 deletions
diff --git a/script/public-inbox-extindex b/script/public-inbox-extindex
index 15ac20eb..771486c4 100644..100755
--- a/script/public-inbox-extindex
+++ b/script/public-inbox-extindex
@@ -1,7 +1,6 @@
 #!perl -w
 # Copyright (C) 2020-2021 all contributors <meta@public-inbox.org>
 # License: AGPL-3.0+ <https://www.gnu.org/licenses/agpl-3.0.txt>
-# Basic tool to create a Xapian search index for a public-inbox.
 use strict;
 use v5.10.1;
 use Getopt::Long qw(:config gnu_getopt no_ignore_case auto_abbrev);