From: Theodore Ts'o Date: Mon, 12 Nov 2007 00:57:57 +0000 (-0500) Subject: Remove hint to use "git help -a" X-Git-Tag: v1.5.4-rc0~117^2 X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=15f80a539bddfbd5e0661714756576edb2053e35;p=git.git Remove hint to use "git help -a" The newbie user will run away screaming when they see all possible commands. The expert user will already know about the -a option from reading the git man page. Signed-off-by: "Theodore Ts'o" Signed-off-by: Junio C Hamano --- diff --git a/help.c b/help.c index 8217d9778..5f8c121bc 100644 --- a/help.c +++ b/help.c @@ -238,7 +238,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)