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>maint
							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")) | 	else if (!strcmp(arg, "push")) | ||||||
| 		*mirror = MIRROR_PUSH; | 		*mirror = MIRROR_PUSH; | ||||||
| 	else | 	else | ||||||
| 		return error(_("unknown mirror argument: %s"), arg); | 		return error(_("unknown --mirror argument: %s"), arg); | ||||||
| 	return 0; | 	return 0; | ||||||
| } | } | ||||||
|  |  | ||||||
|  |  | ||||||
		Loading…
	
		Reference in New Issue
	
	 Alexander Shopov
						Alexander Shopov