From: Philip Oakley Date: Tue, 2 Apr 2013 22:39:48 +0000 (+0100) Subject: help: mention -a and -g option, and 'git help ' usage. X-Git-Tag: v1.8.3-rc0~83^2~1 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=73903d0bcb00518e508f412a1d5c482b5094587e;p=thirdparty%2Fgit.git help: mention -a and -g option, and 'git help ' usage. Reword the overall help given at the end of "git help -a/-g" to mention how to get help on individual commands and concepts. Signed-off-by: Philip Oakley Signed-off-by: Junio C Hamano --- diff --git a/git.c b/git.c index 850d3f5527..1ada169d5c 100644 --- a/git.c +++ b/git.c @@ -13,7 +13,9 @@ const char git_usage_string[] = " []"; const char git_more_info_string[] = - N_("See 'git help ' for more information on a specific command."); + N_("'git help -a' and 'git help -g' lists available subcommands and some\n" + "concept guides. See 'git help ' or 'git help '\n" + "to read about a specific subcommand or concept."); static struct startup_info git_startup_info; static int use_pager = -1;