We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 8327ee8 + 656cdf0 commit d7a0129Copy full SHA for d7a0129
1 file changed
builtin/remote.c
@@ -1399,7 +1399,7 @@ static int set_branches(int argc, const char **argv)
1399
builtin_remote_setbranches_usage, 0);
1400
if (argc == 0) {
1401
error("no remote specified");
1402
- usage_with_options(builtin_remote_seturl_usage, options);
+ usage_with_options(builtin_remote_setbranches_usage, options);
1403
}
1404
argv[argc] = NULL;
1405
0 commit comments