From: Eric Wong Date: Fri, 2 Jul 2021 20:42:24 +0000 (+0000) Subject: lei inspect: help+completion for --dir option X-Git-Tag: v1.7.0~559 X-Git-Url: http://www.git.stargrave.org/?a=commitdiff_plain;h=89af3a8a64cccadce39bf89b31c97e7049034ca5;p=public-inbox.git lei inspect: help+completion for --dir option It's the most generic name I could find for it since it can mean so many things... --- diff --git a/lib/PublicInbox/LEI.pm b/lib/PublicInbox/LEI.pm index cffe4dce..42e02efb 100644 --- a/lib/PublicInbox/LEI.pm +++ b/lib/PublicInbox/LEI.pm @@ -323,6 +323,7 @@ my %OPTDESC = ( 'path-a|a=s' => 'pre-image pathname associated with OID', 'path-b|b=s' => 'post-image pathname associated with OID', 'git-dir=s@' => 'additional git repository to scan', +'dir=s inspect' => 'specify a inboxdir, extindex topdir or Xapian shard', 'proxy=s' => [ 'PROTO://HOST[:PORT]', # shared with curl(1) "proxy for (e.g. `socks5h://0:9050')" ], 'torsocks=s' => ['VAL|auto|no|yes',