diff options
author | Christian Couder <chriscool@tuxfamily.org> | 2007-03-24 06:32:05 +0100 |
---|---|---|
committer | Junio C Hamano <junkio@cox.net> | 2007-03-23 23:29:29 -0700 |
commit | 6cea055547c6f90450a34a5f30db4a48e154ab81 (patch) | |
tree | 2b5659a3a4692baa8fdeca16a474a7e0a857935f | |
parent | 1207f9e705bcd69af286b2f887e67ae2baad3faf (diff) | |
download | git-6cea055547c6f90450a34a5f30db4a48e154ab81.tar.gz |
Documentation: bisect: make a comment fit better in the man page.
Signed-off-by: Christian Couder <chriscool@tuxfamily.org>
Signed-off-by: Junio C Hamano <junkio@cox.net>
-rw-r--r-- | Documentation/git-bisect.txt | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/Documentation/git-bisect.txt b/Documentation/git-bisect.txt index 8a42deb324..b2bc58d851 100644 --- a/Documentation/git-bisect.txt +++ b/Documentation/git-bisect.txt @@ -35,9 +35,9 @@ The way you use it is: ------------------------------------------------ $ git bisect start -$ git bisect bad # Current version is bad -$ git bisect good v2.6.13-rc2 # v2.6.13-rc2 was the last version - # tested that was good +$ git bisect bad # Current version is bad +$ git bisect good v2.6.13-rc2 # v2.6.13-rc2 was the last version + # tested that was good ------------------------------------------------ When you give at least one bad and one good versions, it will bisect |