Skip to content

Commit d7a0129

Browse files
committed
Merge branch 'jc/remote-setbranches-usage-fix'
* jc/remote-setbranches-usage-fix: remote: fix set-branches usage
2 parents 8327ee8 + 656cdf0 commit d7a0129

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

builtin/remote.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1399,7 +1399,7 @@ static int set_branches(int argc, const char **argv)
13991399
builtin_remote_setbranches_usage, 0);
14001400
if (argc == 0) {
14011401
error("no remote specified");
1402-
usage_with_options(builtin_remote_seturl_usage, options);
1402+
usage_with_options(builtin_remote_setbranches_usage, options);
14031403
}
14041404
argv[argc] = NULL;
14051405

0 commit comments

Comments
 (0)