Thread (82 messages) flat view 82 messages, 7 authors, 2022-01-05

Re: [PATCH v3 02/11] i18n: refactor "%s, %s and %s are mutually exclusive"

From: Junio C Hamano <hidden>
Date: 2021-12-30 22:26:49

"Jean-Noël Avila via GitGitGadget"  [off-list ref] writes:
 	if (use_stdout + rev.diffopt.close_file + !!output_directory > 1)
-		die(_("--stdout, --output, and --output-directory are mutually exclusive"));
+		die(_("options '%s', '%s' and '%s' cannot be used together"), "--stdout", "--output", "--output-directory");
We probably want to preserve the Oxford comma here, and unify the
ones that didn't use Oxford comma to use it.
Keyboard shortcuts
hback out one level
jnext message in thread
kprevious message in thread
ldrill in
Escclose help / fold thread tree
?toggle this help