[PATCH] add replay and log to the usage string of git-bisect

From: =?utf-8?q?Uwe_Kleine-K=C3=B6nig?= <ukleinek@informatik.uni-freiburg.de>
Date: 2007-02-06 09:21:18
Signed-off-by: Uwe Kleine-König <ukleinek@informatik.uni-freiburg.de>
---
 git-bisect.sh |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/git-bisect.sh b/git-bisect.sh
index e8d3418..382c291 100755
--- a/git-bisect.sh
+++ b/git-bisect.sh
@@ -1,6 +1,6 @@
 #!/bin/sh
 
-USAGE='[start|bad|good|next|reset|visualize]'
+USAGE='[start|bad|good|next|reset|visualize|replay|log]'
 LONG_USAGE='git bisect start [<pathspec>]	reset bisect state and start bisection.
 git bisect bad [<rev>]		mark <rev> a known-bad revision.
 git bisect good [<rev>...]	mark <rev>... known-good revisions.
-- 
1.5.0.rc2.gb4df


-- 
Uwe Kleine-König

-
To unsubscribe from this list: send the line "unsubscribe git" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Received on Tue Feb 06 09:25:52 2007

This archive was generated by hypermail 2.1.8 : 2007-02-06 09:27:49 EST