From: Eric Wong Date: Sat, 6 Feb 2021 12:18:32 +0000 (+0000) Subject: init: lowercase -j for --jobs X-Git-Tag: v1.7.0~1197 X-Git-Url: http://www.git.stargrave.org/?a=commitdiff_plain;h=a2accd307ebf9716535037f439c47788281371bd;hp=b84aa5e39994b0dfe64e5587a26613bc05b80ceb;p=public-inbox.git init: lowercase -j for --jobs This is taken from common implementations of make(1) and only affected people using the command-line help output. --- diff --git a/script/public-inbox-init b/script/public-inbox-init index 6a867a22..e93cab73 100755 --- a/script/public-inbox-init +++ b/script/public-inbox-init @@ -24,7 +24,7 @@ options: --ng NEWSGROUP set NNTP newsgroup name --skip-artnum=NUM NNTP article numbers to skip --skip-epoch=NUM epochs to skip (-V2 only) - -J JOBS number of indexing jobs (-V2 only), (default: 4) + -j JOBS number of indexing jobs (-V2 only), (default: 4) See public-inbox-init(1) man page for full documentation. EOF