submodule: submodule_move_head omits old argument in forced case
[gitweb.git] / builtin / bisect--helper.c
index 35d2105f941c66c7c45605a48af8494b51806fcf..4b5fadcbe1ae6a1b10fe88e80a5fcffd3296cfa7 100644 (file)
@@ -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);
 
        /*