X-Git-Url: https://asedeno.scripts.mit.edu/gitweb/?a=blobdiff_plain;f=help.c;h=7f4928e45954465d0401964289952aec4bd59e2a;hb=01aedc930b6c3b46d229e33ac6f70b3d91fc1d2b;hp=9da97d7462040d3935e7eaa95b1167357b38a943;hpb=a19f101e3f31234db23bd1eb24994db6e4caa443;p=git.git diff --git a/help.c b/help.c index 9da97d746..7f4928e45 100644 --- a/help.c +++ b/help.c @@ -350,7 +350,7 @@ const char *help_unknown_cmd(const char *cmd) return assumed; } - fprintf(stderr, "git: '%s' is not a git-command. See 'git --help'.\n", cmd); + fprintf(stderr, "git: '%s' is not a git command. See 'git --help'.\n", cmd); if (SIMILAR_ENOUGH(best_similarity)) { fprintf(stderr, "\nDid you mean %s?\n",