summaryrefslogtreecommitdiff
path: root/builtin
diff options
context:
space:
mode:
authorLibravatar Junio C Hamano <gitster@pobox.com>2011-11-08 16:40:27 -0800
committerLibravatar Junio C Hamano <gitster@pobox.com>2011-11-08 16:40:27 -0800
commit8327ee8677e3cdee4fc3563b9e5565405068e41e (patch)
treeabd8ef5354a94ddf4ca1e9b6969e5a45aec58d28 /builtin
parentSync with 1.7.7.3 (diff)
parentremote: fix remote set-url usage (diff)
downloadtgif-8327ee8677e3cdee4fc3563b9e5565405068e41e.tar.xz
Merge branch 'fc/remote-seturl-usage-fix'
* fc/remote-seturl-usage-fix: remote: fix remote set-url usage
Diffstat (limited to 'builtin')
-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)