]> git.ipfire.org Git - thirdparty/git.git/blobdiff - Documentation/git-bisect.txt
Documentation: be consistent about "git-" versus "git "
[thirdparty/git.git] / Documentation / git-bisect.txt
index 3ca0d330ad06e76d73657189c5f90e0994ba4505..fdb040b07fdfaec2a739c9a843435d4728f71632 100644 (file)
@@ -26,7 +26,7 @@ on the subcommand:
  git bisect log
  git bisect run <cmd>...
 
-This command uses 'git-rev-list --bisect' option to help drive the
+This command uses 'git rev-list --bisect' option to help drive the
 binary search process to find which change introduced a bug, given an
 old "good" commit object name and a later "bad" commit object name.