Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
parse-opts: add OPT_FILENAME and transition builtins
[gitweb.git]
/
builtin-fetch.c
diff --git
a/builtin-fetch.c
b/builtin-fetch.c
index 77acabfcc71aaee02ea99d2cd10e51dd0feaea6e..0ed6016da190f421b79819d9d1545e061dbffbdf 100644
(file)
--- a/
builtin-fetch.c
+++ b/
builtin-fetch.c
@@
-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)