mirror of
https://github.com/git/git.git
synced 2026-01-09 17:46:37 +00:00
i18n: turn even more messages into "cannot be used together" ones
Even if some of these messages are not subject to gettext i18n, this helps bring a single style of message for a given error type. 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
d7d30badbf
commit
246cac8505
@@ -272,7 +272,7 @@ int cmd_rm(int argc, const char **argv, const char *prefix)
|
||||
|
||||
if (pathspec_from_file) {
|
||||
if (pathspec.nr)
|
||||
die(_("--pathspec-from-file is incompatible with pathspec arguments"));
|
||||
die(_("'%s' and pathspec arguments cannot be used together"), "--pathspec-from-file");
|
||||
|
||||
parse_pathspec_file(&pathspec, 0,
|
||||
PATHSPEC_PREFER_CWD,
|
||||
|
||||
Reference in New Issue
Block a user