summaryrefslogtreecommitdiff
path: root/Documentation
diff options
context:
space:
mode:
authorÆvar Arnfjörð Bjarmason <avarab@gmail.com>2022-02-21 19:38:44 (GMT)
committerJunio C Hamano <gitster@pobox.com>2022-02-23 21:41:36 (GMT)
commit4bf5cdab8e1c9ad884748c02669287ea1fae05d9 (patch)
treeaaf4864e03157f0281c936826d052e1cdb643e7b /Documentation
parente6ebfd0e8cbbd10878070c8a356b5ad1b3ca464e (diff)
downloadgit-4bf5cdab8e1c9ad884748c02669287ea1fae05d9.zip
git-4bf5cdab8e1c9ad884748c02669287ea1fae05d9.tar.gz
git-4bf5cdab8e1c9ad884748c02669287ea1fae05d9.tar.bz2
help doc: add missing "]" to "[-a|--all]"
Add a missing "]" to documentation added in 63eae83f8f3 (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 <avarab@gmail.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'Documentation')
-rw-r--r--Documentation/git-help.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/git-help.txt b/Documentation/git-help.txt
index 44ea63c..cf1d53e 100644
--- a/Documentation/git-help.txt
+++ b/Documentation/git-help.txt
@@ -8,7 +8,7 @@ git-help - Display help information about Git
SYNOPSIS
--------
[verse]
-'git help' [-a|--all [--[no-]verbose]]
+'git help' [-a|--all] [--[no-]verbose]
[[-i|--info] [-m|--man] [-w|--web]] [<command>|<guide>]
'git help' [-g|--guides]
'git help' [-c|--config]