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
@ -590,7 +590,7 @@ int cmd_describe(int argc, const char **argv, const char *prefix)
|
||||
save_commit_buffer = 0;
|
||||
|
||||
if (longformat && abbrev == 0)
|
||||
die(_("--long is incompatible with --abbrev=0"));
|
||||
die(_("options '%s' and '%s' cannot be used together"), "--long", "--abbrev=0");
|
||||
|
||||
if (contains) {
|
||||
struct string_list_item *item;
|
||||
|
Reference in New Issue
Block a user