Felipe Contreras <felipe.contreras@xxxxxxxxx> writes: > Bad copy-paste. > > Otherwise the help would be for a different command: > git remote set-url --help > > Signed-off-by: Felipe Contreras <felipe.contreras@xxxxxxxxx> > --- Doesn't the same thing apply to set-branches? builtin/remote.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/builtin/remote.c b/builtin/remote.c index c4d17b5..06741ec 100644 --- a/builtin/remote.c +++ b/builtin/remote.c @@ -1336,7 +1336,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; -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html