diff options
Diffstat (limited to 'using-git.texinfo')
-rw-r--r-- | using-git.texinfo | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/using-git.texinfo b/using-git.texinfo index 5f4a7f3..d5495a0 100644 --- a/using-git.texinfo +++ b/using-git.texinfo @@ -1110,7 +1110,7 @@ Instead of manually telling Git if a commit is good or bad, you can use: @example -git bisect TEST_SCRIPT [ARGUMENTS...] +git bisect run TEST_SCRIPT [ARGUMENTS...] @end example The test script should exit with 0, if and |