diff options
author | Junio C Hamano <gitster@pobox.com> | 2011-11-09 01:40:31 +0100 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2011-11-09 01:40:31 +0100 |
commit | d7a0129b3cf40e4f001295a22e2e9f8f6cbc14a4 (patch) | |
tree | cd397bece3492e926fdc59495faf989612ef5bce /builtin/remote.c | |
parent | Merge branch 'fc/remote-seturl-usage-fix' (diff) | |
parent | remote: fix set-branches usage (diff) | |
download | git-d7a0129b3cf40e4f001295a22e2e9f8f6cbc14a4.tar.xz git-d7a0129b3cf40e4f001295a22e2e9f8f6cbc14a4.zip |
Merge branch 'jc/remote-setbranches-usage-fix'
* jc/remote-setbranches-usage-fix:
remote: fix set-branches usage
Diffstat (limited to 'builtin/remote.c')
-rw-r--r-- | builtin/remote.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/builtin/remote.c b/builtin/remote.c index 597bbfe5ea..c810643815 100644 --- a/builtin/remote.c +++ b/builtin/remote.c @@ -1399,7 +1399,7 @@ static int set_branches(int argc, const char **argv) builtin_remote_setbranches_usage, 0); if (argc == 0) { error("no remote specified"); - usage_with_options(builtin_remote_seturl_usage, options); + usage_with_options(builtin_remote_setbranches_usage, options); } argv[argc] = NULL; |