]> git.ipfire.org Git - thirdparty/git.git/commitdiff
doc: refer to pathspec instead of path
authorBritton Leo Kerin <britton.kerin@gmail.com>
Wed, 3 Jan 2024 04:02:07 +0000 (19:02 -0900)
committerJunio C Hamano <gitster@pobox.com>
Wed, 10 Jan 2024 22:32:27 +0000 (14:32 -0800)
Signed-off-by: Britton Leo Kerin <britton.kerin@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Documentation/git-bisect.txt

index 58821f7e110158018f1f78d6f13bdbabf8f21e20..de72af84de37230092a222babccfd3fc1cda9ccb 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>...]] [--] [<path>...]
+                 [--no-checkout] [--first-parent] [<bad> [<good>...]] [--] [<pathspec>...]
  git bisect (bad|new|<term-new>) [<rev>]
  git bisect (good|old|<term-old>) [<rev>...]
  git bisect terms [--term-good | --term-bad]
@@ -299,7 +299,7 @@ Cutting down bisection by giving more parameters to bisect start
 
 You can further cut down the number of trials, if you know what part of
 the tree is involved in the problem you are tracking down, by specifying
-path parameters when issuing the `bisect start` command:
+pathspec parameters when issuing the `bisect start` command:
 
 ------------
 $ git bisect start -- arch/i386 include/asm-i386