summaryrefslogtreecommitdiff
path: root/git.c
diff options
context:
space:
mode:
authorLibravatar Junio C Hamano <gitster@pobox.com>2019-06-17 10:15:19 -0700
committerLibravatar Junio C Hamano <gitster@pobox.com>2019-06-17 10:15:19 -0700
commitd4fdeed00639b27c45856dfef338d46ec60b419e (patch)
tree270d5fce666964e12f92568e7871b0f798700f67 /git.c
parentMerge branch 'es/first-contrib-tutorial' (diff)
parentDoc: git.txt: remove backticks from link and add git-scm.com/docs (diff)
downloadtgif-d4fdeed00639b27c45856dfef338d46ec60b419e.tar.xz
Merge branch 'po/git-help-on-git-itself'
"git help git" was hard to discover (well, at least for some people). * po/git-help-on-git-itself: Doc: git.txt: remove backticks from link and add git-scm.com/docs git.c: show usage for accessing the git(1) help page
Diffstat (limited to 'git.c')
-rw-r--r--git.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/git.c b/git.c
index 1bf9c94550..c2eec470c9 100644
--- a/git.c
+++ b/git.c
@@ -33,7 +33,8 @@ const char git_usage_string[] =
const char git_more_info_string[] =
N_("'git help -a' and 'git help -g' list available subcommands and some\n"
"concept guides. See 'git help <command>' or 'git help <concept>'\n"
- "to read about a specific subcommand or concept.");
+ "to read about a specific subcommand or concept.\n"
+ "See 'git help git' for an overview of the system.");
static int use_pager = -1;