[PATCH] Bisect: add "skip" to the short usage string.
From: Christian Couder <hidden>
Date: 2016-06-15 22:43:45
Signed-off-by: Christian Couder <redacted> --- git-bisect.sh | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/git-bisect.sh b/git-bisect.sh
index 180c6c2..f2bae53 100755
--- a/git-bisect.sh
+++ b/git-bisect.sh@@ -1,6 +1,6 @@ #!/bin/sh -USAGE='[start|bad|good|next|reset|visualize|replay|log|run]' +USAGE='[start|bad|good|next|reset|visualize|replay|log|skip|run]' LONG_USAGE='git bisect start [<bad> [<good>...]] [--] [<pathspec>...] reset bisect state and start bisection. git bisect bad [<rev>]
--
1.5.3.4.1406.g1369