builtin/remote.c: trivial fix of error message
Mark --mirror as option rather than command Signed-off-by: Alexander Shopov <ash@kambanaria.org> Signed-off-by: Junio C Hamano <gitster@pobox.com>
This commit is contained in:
parent
3a12749b50
commit
fe7b5150cb
@ -150,7 +150,7 @@ static int parse_mirror_opt(const struct option *opt, const char *arg, int not)
|
||||
else if (!strcmp(arg, "push"))
|
||||
*mirror = MIRROR_PUSH;
|
||||
else
|
||||
return error(_("unknown mirror argument: %s"), arg);
|
||||
return error(_("unknown --mirror argument: %s"), arg);
|
||||
return 0;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user