summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: ef00650)
raw | patch | inline | side by side (parent: ef00650)
author | Pete Harlan <pgit@pcharlan.com> | |
Mon, 15 Feb 2010 23:33:18 +0000 (15:33 -0800) | ||
committer | Junio C Hamano <gitster@pobox.com> | |
Tue, 16 Feb 2010 02:20:54 +0000 (18:20 -0800) |
Signed-off-by: Pete Harlan <pgit@pcharlan.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
git.c | patch | blob | history | |
help.c | patch | blob | history |
index 11544cdb4037715b1e9edc14689896d99d6e3284..a83cab7002205f56b454e49c389271fb963c5c67 100644 (file)
--- a/git.c
+++ b/git.c
break;
if (was_alias) {
fprintf(stderr, "Expansion of alias '%s' failed; "
- "'%s' is not a git-command\n",
+ "'%s' is not a git command\n",
cmd, argv[0]);
exit(1);
}
index 9da97d7462040d3935e7eaa95b1167357b38a943..7f4928e45954465d0401964289952aec4bd59e2a 100644 (file)
--- a/help.c
+++ b/help.c
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",