From: Ævar Arnfjörð Bjarmason Date: Mon, 21 Feb 2022 19:38:44 +0000 (+0100) Subject: help doc: add missing "]" to "[-a|--all]" X-Git-Tag: v2.36.0-rc0~81^2~8 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=4bf5cdab8e1c9ad884748c02669287ea1fae05d9;p=thirdparty%2Fgit.git 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 Signed-off-by: Junio C Hamano --- diff --git a/Documentation/git-help.txt b/Documentation/git-help.txt index 44ea63cc6d..cf1d53e949 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]] [|] 'git help' [-g|--guides] 'git help' [-c|--config]