Skip to content

Commit 9cce3be

Browse files
bkeringitster
authored andcommitted
doc: refer to pathspec instead of path
Signed-off-by: Britton Leo Kerin <[email protected]> Signed-off-by: Junio C Hamano <[email protected]>
1 parent 3dbb69e commit 9cce3be

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Documentation/git-bisect.txt

Lines changed: 2 additions & 2 deletions
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>...]] [--] [<path>...]
20+
[--no-checkout] [--first-parent] [<bad> [<good>...]] [--] [<pathspec>...]
2121
git bisect (bad|new|<term-new>) [<rev>]
2222
git bisect (good|old|<term-old>) [<rev>...]
2323
git bisect terms [--term-good | --term-bad]
@@ -299,7 +299,7 @@ Cutting down bisection by giving more parameters to bisect start
299299

300300
You can further cut down the number of trials, if you know what part of
301301
the tree is involved in the problem you are tracking down, by specifying
302-
path parameters when issuing the `bisect start` command:
302+
pathspec parameters when issuing the `bisect start` command:
303303

304304
------------
305305
$ git bisect start -- arch/i386 include/asm-i386

0 commit comments

Comments
 (0)