X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=builtin-bisect--helper.c;h=5b226399e1c30b23a7b5d226a3f45efe9dbedf45;hb=e9c5dcd1313dd4e2f606419ce3d228c99fae2c40;hp=cb3e15511611240cbc3ea53a1a591fdee19ba0b9;hpb=23807fa0086ae6ad6980a2a1071f23ed1a6dde93;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);