From: Britton Leo Kerin Date: Wed, 3 Jan 2024 04:02:06 +0000 (-0900) Subject: doc: use singular form of repeatable path arg X-Git-Tag: v2.44.0-rc0~68^2~1 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=3dbb69e1f22219dd8cc590947dc4daa3dad32581;p=thirdparty%2Fgit.git doc: use singular form of repeatable path arg This is more correct because the ... doc syntax already indicates that the arg is "array-type". It's how other tools do it. Finally, the later document text mentions 'path' arguments, while it doesn't mention 'paths'. Signed-off-by: Britton Leo Kerin Signed-off-by: Junio C Hamano --- diff --git a/Documentation/git-bisect.txt b/Documentation/git-bisect.txt index 191b4a42b6..58821f7e11 100644 --- a/Documentation/git-bisect.txt +++ b/Documentation/git-bisect.txt @@ -17,7 +17,7 @@ The command takes various subcommands, and different options depending on the subcommand: git bisect start [--term-(new|bad)= --term-(old|good)=] - [--no-checkout] [--first-parent] [ [...]] [--] [...] + [--no-checkout] [--first-parent] [ [...]] [--] [...] git bisect (bad|new|) [] git bisect (good|old|) [...] git bisect terms [--term-good | --term-bad]