Skip to content

Commit 5942edb

Browse files
committed
Merge branch 'ar/help-guides-doc' into master
* ar/help-guides-doc: git-help.txt: fix mentions of option --guides
2 parents 8a111fc + b17f411 commit 5942edb

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)