]> rtime.felk.cvut.cz Git - git.git/blobdiff - help.c
Change mentions of "git programs" to "git commands"
[git.git] / help.c
diff --git a/help.c b/help.c
index 1203c7291ebf2a411fb4a0901f808587ff8ead8b..da0cca0a15300c2ebaab99565fd6e85b0cd374ec 100644 (file)
--- a/help.c
+++ b/help.c
@@ -334,7 +334,7 @@ const char *help_unknown_cmd(const char *cmd)
                const char *assumed = main_cmds.names[0]->name;
                main_cmds.names[0] = NULL;
                clean_cmdnames(&main_cmds);
-               fprintf(stderr, "WARNING: You called a Git program named '%s', "
+               fprintf(stderr, "WARNING: You called a Git command named '%s', "
                        "which does not exist.\n"
                        "Continuing under the assumption that you meant '%s'\n",
                        cmd, assumed);