We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 8a111fc + b17f411 commit 5942edbCopy full SHA for 5942edb
Documentation/git-help.txt
@@ -8,7 +8,7 @@ git-help - Display help information about Git
8
SYNOPSIS
9
--------
10
[verse]
11
-'git help' [-a|--all [--[no-]verbose]] [-g|--guide]
+'git help' [-a|--all [--[no-]verbose]] [-g|--guides]
12
[-i|--info|-m|--man|-w|--web] [COMMAND|GUIDE]
13
14
DESCRIPTION
@@ -21,7 +21,7 @@ on the standard output.
21
If the option `--all` or `-a` is given, all available commands are
22
printed on the standard output.
23
24
-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
25
Git guides is also printed on the standard output.
26
27
If a command, or a guide, is given, a manual page for that command or
0 commit comments