X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=builtin-bisect--helper.c;h=5b226399e1c30b23a7b5d226a3f45efe9dbedf45;hb=06b65939b083ba1b71043005bf83b4883e98264e;hp=cb3e15511611240cbc3ea53a1a591fdee19ba0b9;hpb=188643140bdcc5c8b7029058da87510cf1aeff50;p=git.git diff --git a/builtin-bisect--helper.c b/builtin-bisect--helper.c index cb3e15511..5b226399e 100644 --- a/builtin-bisect--helper.c +++ b/builtin-bisect--helper.c @@ -17,7 +17,8 @@ int cmd_bisect__helper(int argc, const char **argv, const char *prefix) OPT_END() }; - argc = parse_options(argc, argv, options, git_bisect_helper_usage, 0); + argc = parse_options(argc, argv, prefix, options, + git_bisect_helper_usage, 0); if (!next_all) usage_with_options(git_bisect_helper_usage, options);