X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=builtin-clean.c;h=1c1b6d26e9987800d2a414e49e4f371a4277b96e;hb=f90cf2b9203e81e3a2b70b15480628e9189b7e60;hp=c5ad33d3e665f6d1613df2dfba235b03765565ac;hpb=88f78ce8433ddf2f498cdcac33fed2c71f820cbd;p=git.git diff --git a/builtin-clean.c b/builtin-clean.c index c5ad33d3e..1c1b6d26e 100644 --- a/builtin-clean.c +++ b/builtin-clean.c @@ -56,7 +56,8 @@ int cmd_clean(int argc, const char **argv, const char *prefix) else config_set = 1; - argc = parse_options(argc, argv, options, builtin_clean_usage, 0); + argc = parse_options(argc, argv, prefix, options, builtin_clean_usage, + 0); memset(&dir, 0, sizeof(dir)); if (ignored_only)