aboutsummaryrefslogtreecommitdiffstats
path: root/using-git.texinfo
diff options
context:
space:
mode:
authorMattias Andrée <maandree@operamail.com>2013-09-16 10:36:23 +0200
committerMattias Andrée <maandree@operamail.com>2013-09-16 10:36:23 +0200
commit55a2c0953f2d9fc7a403c4df8aafb835efc23e1a (patch)
treef0a543373c5cbadb0d65868cde922823f244ec55 /using-git.texinfo
parenttypo (diff)
downloadusing-git-55a2c0953f2d9fc7a403c4df8aafb835efc23e1a.tar.gz
using-git-55a2c0953f2d9fc7a403c4df8aafb835efc23e1a.tar.bz2
using-git-55a2c0953f2d9fc7a403c4df8aafb835efc23e1a.tar.xz
missed a word in a command
Signed-off-by: Mattias Andrée <maandree@operamail.com>
Diffstat (limited to 'using-git.texinfo')
-rw-r--r--using-git.texinfo2
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