i18n: turn "options are incompatible" into "cannot be used together"
Signed-off-by: Jean-Noël Avila <jn.avila@free.fr> Reviewed-by: Johannes Sixt <j6t@kdbg.org> Signed-off-by: Junio C Hamano <gitster@pobox.com>
This commit is contained in:

committed by
Junio C Hamano

parent
c488182903
commit
12909b6b8a
@ -903,7 +903,7 @@ int cmd_clone(int argc, const char **argv, const char *prefix)
|
||||
die(_("--bare and --origin %s options are incompatible."),
|
||||
option_origin);
|
||||
if (real_git_dir)
|
||||
die(_("--bare and --separate-git-dir are incompatible."));
|
||||
die(_("options '%s' and '%s' cannot be used together"), "--bare", "--separate-git-dir");
|
||||
option_no_checkout = 1;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user