mirror of
https://github.com/git/git.git
synced 2026-01-16 13:49:39 +00:00
Merge branch 'fc/remote-seturl-usage-fix'
* fc/remote-seturl-usage-fix: remote: fix remote set-url usage
This commit is contained in:
@@ -1427,7 +1427,7 @@ static int set_url(int argc, const char **argv)
|
||||
"delete URLs"),
|
||||
OPT_END()
|
||||
};
|
||||
argc = parse_options(argc, argv, NULL, options, builtin_remote_update_usage,
|
||||
argc = parse_options(argc, argv, NULL, options, builtin_remote_seturl_usage,
|
||||
PARSE_OPT_KEEP_ARGV0);
|
||||
|
||||
if (add_mode && delete_mode)
|
||||
|
||||
Reference in New Issue
Block a user