Merge branch 'ar/help-guides-doc' into master
* ar/help-guides-doc: git-help.txt: fix mentions of option --guides
This commit is contained in:
@ -8,7 +8,7 @@ git-help - Display help information about Git
|
|||||||
SYNOPSIS
|
SYNOPSIS
|
||||||
--------
|
--------
|
||||||
[verse]
|
[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]
|
[-i|--info|-m|--man|-w|--web] [COMMAND|GUIDE]
|
||||||
|
|
||||||
DESCRIPTION
|
DESCRIPTION
|
||||||
@ -21,7 +21,7 @@ on the standard output.
|
|||||||
If the option `--all` or `-a` is given, all available commands are
|
If the option `--all` or `-a` is given, all available commands are
|
||||||
printed on the standard output.
|
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.
|
Git guides is also printed on the standard output.
|
||||||
|
|
||||||
If a command, or a guide, is given, a manual page for that command or
|
If a command, or a guide, is given, a manual page for that command or
|
||||||
|
Reference in New Issue
Block a user