aboutsummaryrefslogtreecommitdiffstats
path: root/help.c
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2007-12-01 20:05:49 -0800
committerJunio C Hamano <gitster@pobox.com>2007-12-01 20:05:49 -0800
commit8256c6e0107a51b2714f2e068b693025e4ddcae8 (patch)
tree525a1ebc229b510df0fcd5d04c0b05103d8b3f10 /help.c
parentd6e09883f20f13c7e2da75225f4563ea9587e20b (diff)
parent15f80a539bddfbd5e0661714756576edb2053e35 (diff)
downloadgit-8256c6e0107a51b2714f2e068b693025e4ddcae8.tar.gz
Merge branch 'tt/help'
* tt/help: Remove hint to use "git help -a" Make the list of common commands more exclusive
Diffstat (limited to 'help.c')
-rw-r--r--help.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/help.c b/help.c
index d340b6a1b6..37a9c25db7 100644
--- a/help.c
+++ b/help.c
@@ -237,7 +237,6 @@ void list_common_cmds_help(void)
mput_char(' ', longest - strlen(common_cmds[i].name));
puts(common_cmds[i].help);
}
- puts("(use 'git help -a' to get a list of all installed git commands)");
}
static void show_man_page(const char *git_cmd)