From 89af3a8a64cccadce39bf89b31c97e7049034ca5 Mon Sep 17 00:00:00 2001 From: Eric Wong Date: Fri, 2 Jul 2021 20:42:24 +0000 Subject: [PATCH] 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... --- lib/PublicInbox/LEI.pm | 1 + 1 file changed, 1 insertion(+) 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', -- 2.48.1