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" <tytso@xxxxxxx> --- help.c | 1 - 1 files changed, 0 insertions(+), 1 deletions(-) diff --git a/help.c b/help.c index 1cd33ec..f539b80 100644 --- a/help.c +++ b/help.c @@ -162,7 +162,6 @@ static 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) -- 1.5.3.5.623.g91546-dirty - To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html