Skip to content

Commit fe7b515

Browse files
alshopovgitster
authored andcommitted
builtin/remote.c: trivial fix of error message
Mark --mirror as option rather than command Signed-off-by: Alexander Shopov <[email protected]> Signed-off-by: Junio C Hamano <[email protected]>
1 parent 3a12749 commit fe7b515

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
@@ -150,7 +150,7 @@ static int parse_mirror_opt(const struct option *opt, const char *arg, int not)
150150
else if (!strcmp(arg, "push"))
151151
*mirror = MIRROR_PUSH;
152152
else
153-
return error(_("unknown mirror argument: %s"), arg);
153+
return error(_("unknown --mirror argument: %s"), arg);
154154
return 0;
155155
}
156156

0 commit comments

Comments
 (0)