diff options
author | Pete Harlan <pgit@pcharlan.com> | 2010-02-15 15:33:18 -0800 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2010-02-15 18:20:54 -0800 |
commit | 7283bbc70a55d7364fbeaefc1009c03fcfc8d929 (patch) | |
tree | f4bf0a6aa67026ded873b3c78766ee977ac73db3 /git.c | |
parent | ef0065034a68edfc0ffed9965bb895073ad710db (diff) | |
download | git-7283bbc70a55d7364fbeaefc1009c03fcfc8d929.tar.gz git-7283bbc70a55d7364fbeaefc1009c03fcfc8d929.tar.xz |
Remove hyphen from "git-command" in two error messages
Signed-off-by: Pete Harlan <pgit@pcharlan.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'git.c')
-rw-r--r-- | git.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -516,7 +516,7 @@ int main(int argc, const char **argv) 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); } |