We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ef00650 commit 7283bbcCopy full SHA for 7283bbc
git.c
@@ -516,7 +516,7 @@ int main(int argc, const char **argv)
516
break;
517
if (was_alias) {
518
fprintf(stderr, "Expansion of alias '%s' failed; "
519
- "'%s' is not a git-command\n",
+ "'%s' is not a git command\n",
520
cmd, argv[0]);
521
exit(1);
522
}
help.c
@@ -350,7 +350,7 @@ const char *help_unknown_cmd(const char *cmd)
350
return assumed;
351
352
353
- 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);
354
355
if (SIMILAR_ENOUGH(best_similarity)) {
356
fprintf(stderr, "\nDid you mean %s?\n",
0 commit comments