]> git.99rst.org Git - git.git/commitdiff
doc: use singular form of repeatable path arg
authorBritton Leo Kerin <redacted>
Wed, 3 Jan 2024 04:02:06 +0000 (19:02 -0900)
committerJunio C Hamano <redacted>
Wed, 10 Jan 2024 22:32:27 +0000 (14:32 -0800)
This is more correct because the <path>... 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 <redacted>
Signed-off-by: Junio C Hamano <redacted>
Documentation/git-bisect.txt

index 191b4a42b6dcca3f270e9087ad9f7aa6b214f0e0..58821f7e110158018f1f78d6f13bdbabf8f21e20 100644 (file)
@@ -17,7 +17,7 @@ The command takes various subcommands, and different options depending
 on the subcommand:
 
  git bisect start [--term-(new|bad)=<term-new> --term-(old|good)=<term-old>]
-                 [--no-checkout] [--first-parent] [<bad> [<good>...]] [--] [<paths>...]
+                 [--no-checkout] [--first-parent] [<bad> [<good>...]] [--] [<path>...]
  git bisect (bad|new|<term-new>) [<rev>]
  git bisect (good|old|<term-old>) [<rev>...]
  git bisect terms [--term-good | --term-bad]
git clone https://git.99rst.org/PROJECT