Skip to content

Commit b17f411

Browse files
rybakgitster
authored andcommitted
git-help.txt: fix mentions of option --guides
Fix typos introduced in commit a133737 ("doc: include --guide option description for "git help"", 2013-04-02). Signed-off-by: Andrei Rybak <[email protected]> Signed-off-by: Junio C Hamano <[email protected]>
1 parent b3d7a52 commit b17f411

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Documentation/git-help.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ git-help - Display help information about Git
88
SYNOPSIS
99
--------
1010
[verse]
11-
'git help' [-a|--all [--[no-]verbose]] [-g|--guide]
11+
'git help' [-a|--all [--[no-]verbose]] [-g|--guides]
1212
[-i|--info|-m|--man|-w|--web] [COMMAND|GUIDE]
1313

1414
DESCRIPTION
@@ -21,7 +21,7 @@ on the standard output.
2121
If the option `--all` or `-a` is given, all available commands are
2222
printed on the standard output.
2323

24-
If the option `--guide` or `-g` is given, a list of the useful
24+
If the option `--guides` or `-g` is given, a list of the useful
2525
Git guides is also printed on the standard output.
2626

2727
If a command, or a guide, is given, a manual page for that command or

0 commit comments

Comments
 (0)