Skip to content

Commit 3dbb69e

Browse files
bkeringitster
authored andcommitted
doc: use singular form of repeatable path arg
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 <[email protected]> Signed-off-by: Junio C Hamano <[email protected]>
1 parent 564d025 commit 3dbb69e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Documentation/git-bisect.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ The command takes various subcommands, and different options depending
1717
on the subcommand:
1818

1919
git bisect start [--term-(new|bad)=<term-new> --term-(old|good)=<term-old>]
20-
[--no-checkout] [--first-parent] [<bad> [<good>...]] [--] [<paths>...]
20+
[--no-checkout] [--first-parent] [<bad> [<good>...]] [--] [<path>...]
2121
git bisect (bad|new|<term-new>) [<rev>]
2222
git bisect (good|old|<term-old>) [<rev>...]
2323
git bisect terms [--term-good | --term-bad]

0 commit comments

Comments
 (0)