Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.kernel.org/pub/scm/git/git.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2011-11-09 04:40:27 +0400
committerJunio C Hamano <gitster@pobox.com>2011-11-09 04:40:27 +0400
commit8327ee8677e3cdee4fc3563b9e5565405068e41e (patch)
treeabd8ef5354a94ddf4ca1e9b6969e5a45aec58d28 /builtin/remote.c
parent14ba45a2e68c296cb2b5bc5e77fdaa0846fb77de (diff)
parentc49904efb55172e8da0abdc8ba3222ce7507e936 (diff)
Merge branch 'fc/remote-seturl-usage-fix'
* fc/remote-seturl-usage-fix: remote: fix remote set-url usage
Diffstat (limited to 'builtin/remote.c')
-rw-r--r--builtin/remote.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/builtin/remote.c b/builtin/remote.c
index 7335149799..597bbfe5ea 100644
--- a/builtin/remote.c
+++ b/builtin/remote.c
@@ -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)