X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=builtin-cat-file.c;h=590684200854ad6a71653f30d494eb191fd4a324;hb=e481b1d8db9947681a5c124545ef06951f42155d;hp=43ffe7ffae90322d757e110d8693a936209236f0;hpb=5e64650d938d7a23b73532b4a68bc6bd08cfd041;p=git.git diff --git a/builtin-cat-file.c b/builtin-cat-file.c index 43ffe7ffa..590684200 100644 --- a/builtin-cat-file.c +++ b/builtin-cat-file.c @@ -231,7 +231,7 @@ int cmd_cat_file(int argc, const char **argv, const char *prefix) if (argc != 3 && argc != 2) usage_with_options(cat_file_usage, options); - argc = parse_options(argc, argv, options, cat_file_usage, 0); + argc = parse_options(argc, argv, prefix, options, cat_file_usage, 0); if (opt) { if (argc == 1)