Skip to content

Commit 4bf5cda

Browse files
avargitster
authored andcommitted
help doc: add missing "]" to "[-a|--all]"
Add a missing "]" to documentation added in 63eae83 (help: add "-a --verbose" to list all commands with synopsis, 2018-05-20). This made it seem as though "--[no-]verbose" can only be provided with "--all", not "-a". The corresponding usage information in the C code ("builtin_help_usage") does not have the same problem. Signed-off-by: Ævar Arnfjörð Bjarmason <[email protected]> Signed-off-by: Junio C Hamano <[email protected]>
1 parent e6ebfd0 commit 4bf5cda

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Documentation/git-help.txt

Lines changed: 1 addition & 1 deletion
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]]
11+
'git help' [-a|--all] [--[no-]verbose]
1212
[[-i|--info] [-m|--man] [-w|--web]] [<command>|<guide>]
1313
'git help' [-g|--guides]
1414
'git help' [-c|--config]

0 commit comments

Comments
 (0)