summaryrefslogtreecommitdiffstats
path: root/git-bisect.sh
diff options
context:
space:
mode:
authorRobert P. J. Day <rpjday@crashcourse.ca>2017-11-12 04:30:38 -0500
committerJunio C Hamano <gitster@pobox.com>2017-11-13 10:51:14 +0900
commitdbc349bba0ddf118b0ec8404ec01014d49cecfd3 (patch)
treef11d6a41ce2b854e8eb1056b92d866967fc3cbc1 /git-bisect.sh
parent4123bcaed0897cad152c052a5fa4e499e4dafcf4 (diff)
downloadgit-dbc349bba0ddf118b0ec8404ec01014d49cecfd3.tar.gz
git-dbc349bba0ddf118b0ec8404ec01014d49cecfd3.tar.xz
bisect: mention "view" as an alternative to "visualize"
Tweak a small number of files to mention "view" as an alternative to "visualize". Signed-off-by: Robert P. J. Day <rpjday@crashcourse.ca> Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'git-bisect.sh')
-rwxr-xr-xgit-bisect.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/git-bisect.sh b/git-bisect.sh
index 0138a8860..a82256e34 100755
--- a/git-bisect.sh
+++ b/git-bisect.sh
@@ -1,6 +1,6 @@
#!/bin/sh
-USAGE='[help|start|bad|good|new|old|terms|skip|next|reset|visualize|replay|log|run]'
+USAGE='[help|start|bad|good|new|old|terms|skip|next|reset|visualize|view|replay|log|run]'
LONG_USAGE='git bisect help
print this long help message.
git bisect start [--term-{old,good}=<term> --term-{new,bad}=<term>]
@@ -20,7 +20,7 @@ git bisect next
find next bisection to test and check it out.
git bisect reset [<commit>]
finish bisection search and go back to commit.
-git bisect visualize
+git bisect (visualize|view)
show bisect status in gitk.
git bisect replay <logfile>
replay bisection log.