Skip to content

Commit 8327ee8

Browse files
committed
Merge branch 'fc/remote-seturl-usage-fix'
* fc/remote-seturl-usage-fix: remote: fix remote set-url usage
2 parents 14ba45a + c49904e commit 8327ee8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

builtin/remote.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1427,7 +1427,7 @@ static int set_url(int argc, const char **argv)
14271427
"delete URLs"),
14281428
OPT_END()
14291429
};
1430-
argc = parse_options(argc, argv, NULL, options, builtin_remote_update_usage,
1430+
argc = parse_options(argc, argv, NULL, options, builtin_remote_seturl_usage,
14311431
PARSE_OPT_KEEP_ARGV0);
14321432

14331433
if (add_mode && delete_mode)

0 commit comments

Comments
 (0)