Skip to content

Commit 73903d0

Browse files
Philip Oakleygitster
authored andcommitted
help: mention -a and -g option, and 'git help <concept>' 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 <[email protected]> Signed-off-by: Junio C Hamano <[email protected]>
1 parent 002b726 commit 73903d0

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

git.c

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,9 @@ const char git_usage_string[] =
1313
" <command> [<args>]";
1414

1515
const char git_more_info_string[] =
16-
N_("See 'git help <command>' for more information on a specific command.");
16+
N_("'git help -a' and 'git help -g' lists available subcommands and some\n"
17+
"concept guides. See 'git help <command>' or 'git help <concept>'\n"
18+
"to read about a specific subcommand or concept.");
1719

1820
static struct startup_info git_startup_info;
1921
static int use_pager = -1;

0 commit comments

Comments
 (0)