aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2020-07-30 21:34:29 -0700
committerJunio C Hamano <gitster@pobox.com>2020-07-30 21:34:29 -0700
commit5942edb4ed4e4e8a0102dd66c9a5f139d7fc0a14 (patch)
tree69e0a76f3adbc2c8c4a0a623cec7f822693f6687
parentMerge branch 'sk/typofixes' into master (diff)
parentgit-help.txt: fix mentions of option --guides (diff)
downloadgit-5942edb4ed4e4e8a0102dd66c9a5f139d7fc0a14.tar.gz
git-5942edb4ed4e4e8a0102dd66c9a5f139d7fc0a14.zip
Merge branch 'ar/help-guides-doc' into master
* ar/help-guides-doc: git-help.txt: fix mentions of option --guides
-rw-r--r--Documentation/git-help.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/Documentation/git-help.txt b/Documentation/git-help.txt
index f71db0daa2..69c0c5c34e 100644
--- a/Documentation/git-help.txt
+++ b/Documentation/git-help.txt
@@ -8,7 +8,7 @@ git-help - Display help information about Git
SYNOPSIS
--------
[verse]
-'git help' [-a|--all [--[no-]verbose]] [-g|--guide]
+'git help' [-a|--all [--[no-]verbose]] [-g|--guides]
[-i|--info|-m|--man|-w|--web] [COMMAND|GUIDE]
DESCRIPTION
@@ -21,7 +21,7 @@ on the standard output.
If the option `--all` or `-a` is given, all available commands are
printed on the standard output.
-If the option `--guide` or `-g` is given, a list of the useful
+If the option `--guides` or `-g` is given, a list of the useful
Git guides is also printed on the standard output.
If a command, or a guide, is given, a manual page for that command or