Skip to content

Commit

Permalink
Merge branch 'fc/remote-seturl-usage-fix'
Browse files Browse the repository at this point in the history
* fc/remote-seturl-usage-fix:
  remote: fix remote set-url usage
  • Loading branch information
Junio C Hamano committed Nov 9, 2011
2 parents 14ba45a + c49904e commit 8327ee8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion builtin/remote.c
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 8327ee8

Please sign in to comment.