summaryrefslogtreecommitdiff
path: root/builtin
diff options
context:
space:
mode:
authorRobert P. J. Day <rpjday@crashcourse.ca>2017-11-12 09:30:38 (GMT)
committerJunio C Hamano <gitster@pobox.com>2017-11-13 01:51:14 (GMT)
commitdbc349bba0ddf118b0ec8404ec01014d49cecfd3 (patch)
treef11d6a41ce2b854e8eb1056b92d866967fc3cbc1 /builtin
parent4123bcaed0897cad152c052a5fa4e499e4dafcf4 (diff)
downloadgit-dbc349bba0ddf118b0ec8404ec01014d49cecfd3.zip
git-dbc349bba0ddf118b0ec8404ec01014d49cecfd3.tar.gz
git-dbc349bba0ddf118b0ec8404ec01014d49cecfd3.tar.bz2
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 'builtin')
-rw-r--r--builtin/bisect--helper.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/builtin/bisect--helper.c b/builtin/bisect--helper.c
index 35d2105..4b5fadc 100644
--- a/builtin/bisect--helper.c
+++ b/builtin/bisect--helper.c
@@ -46,7 +46,7 @@ static int check_term_format(const char *term, const char *orig_term)
return error(_("'%s' is not a valid term"), term);
if (one_of(term, "help", "start", "skip", "next", "reset",
- "visualize", "replay", "log", "run", "terms", NULL))
+ "visualize", "view", "replay", "log", "run", "terms", NULL))
return error(_("can't use the builtin command '%s' as a term"), term);
/*