tag.c: Refactor parse_tag_buffer to be saner to program
[gitweb.git] / git.c
diff --git a/git.c b/git.c
index 11544cdb4037715b1e9edc14689896d99d6e3284..a83cab7002205f56b454e49c389271fb963c5c67 100644 (file)
--- a/git.c
+++ b/git.c
@@ -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);
                }