From 1973ff3169d1c2d75f60843e0a10f32c528cbe7e Mon Sep 17 00:00:00 2001 From: =?utf8?q?=C5=A0t=C4=9Bp=C3=A1n=20N=C4=9Bmec?= Date: Wed, 29 Nov 2023 13:02:51 +0100 Subject: [PATCH] doc: -cindex: correct and unify -g GIT_DIR usage string and man page Fixes: c76a20d75200 ("cindex: require `-g GIT_DIR' or `-r PROJECT_ROOT'") --- Documentation/public-inbox-cindex.pod | 2 +- script/public-inbox-cindex | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Documentation/public-inbox-cindex.pod b/Documentation/public-inbox-cindex.pod index 0c9c4bdbf..02c2d80f7 100644 --- a/Documentation/public-inbox-cindex.pod +++ b/Documentation/public-inbox-cindex.pod @@ -4,7 +4,7 @@ public-inbox-cindex - create and update search for code repositories =head1 SYNOPSIS -public-inbox-cindex [OPTIONS] -g GIT_DIR [-g GIT_DIR] +public-inbox-cindex [OPTIONS] -g GIT_DIR [-g GIT_DIR]... public-inbox-cindex [OPTIONS] --update diff --git a/script/public-inbox-cindex b/script/public-inbox-cindex index a015d7a4f..d61d02448 100755 --- a/script/public-inbox-cindex +++ b/script/public-inbox-cindex @@ -4,7 +4,7 @@ use v5.12; use Getopt::Long qw(:config gnu_getopt no_ignore_case auto_abbrev); my $help = <