X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;ds=sidebyside;f=builtin-count-objects.c;h=1b0b6c84ea4279df56b82c5a406adbea59e58513;hb=2aaa84567e37f3c90087b56f9440a1608cac2282;hp=b814fe5070873f5c87fc6bbfde480e3b0a83e397;hpb=6da14ee14f85fe5766780e1cbe8d42d385638e9e;p=git.git diff --git a/builtin-count-objects.c b/builtin-count-objects.c index b814fe507..1b0b6c84e 100644 --- a/builtin-count-objects.c +++ b/builtin-count-objects.c @@ -83,7 +83,7 @@ int cmd_count_objects(int argc, const char **argv, const char *prefix) OPT_END(), }; - argc = parse_options(argc, argv, opts, count_objects_usage, 0); + argc = parse_options(argc, argv, prefix, opts, count_objects_usage, 0); /* we do not take arguments other than flags for now */ if (argc) usage_with_options(count_objects_usage, opts);