"Jean-Noël Avila via GitGitGadget" <gitgitgadget@xxxxxxxxx> writes: > } else if (!strcmp(cmd, "--git-dir")) { > if (*argc < 2) { > - fprintf(stderr, _("no directory given for --git-dir\n" )); > + fprintf(stderr, _("no directory given for %s\n" ), "--git-dir"); > usage(git_usage_string); > } > setenv(GIT_DIR_ENVIRONMENT, (*argv)[1], 1); None of the originals of these three uses it, but I wonder if we want a single-quote-pair around %s.