]> git.ipfire.org Git - thirdparty/git.git/blobdiff - builtin-fetch.c
parse-opts: prepare for OPT_FILENAME
[thirdparty/git.git] / builtin-fetch.c
index 77acabfcc71aaee02ea99d2cd10e51dd0feaea6e..0ed6016da190f421b79819d9d1545e061dbffbdf 100644 (file)
@@ -634,7 +634,7 @@ int cmd_fetch(int argc, const char **argv, const char *prefix)
        for (i = 1; i < argc; i++)
                strbuf_addf(&default_rla, " %s", argv[i]);
 
-       argc = parse_options(argc, argv,
+       argc = parse_options(argc, argv, prefix,
                             builtin_fetch_options, builtin_fetch_usage, 0);
 
        if (argc == 0)