diff options
author | Ævar Arnfjörð Bjarmason <avarab@gmail.com> | 2021-09-10 13:28:42 +0200 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2021-09-11 00:58:00 +0200 |
commit | b40845293b57aa73d319aa1cec4184f114d8ce65 (patch) | |
tree | ea13b24284b93976937f9fa35fe0995a899a0181 /Documentation/git-help.txt | |
parent | The fifth batch (diff) | |
download | git-b40845293b57aa73d319aa1cec4184f114d8ce65.tar.xz git-b40845293b57aa73d319aa1cec4184f114d8ce65.zip |
help: correct the usage string in -h and documentation
Clarify the usage string in the documentation so we group e.g. -i and
--info, and add the missing short options to the "-h" output.
The alignment of the second line is off now, but will be fixed with
another series of mine[1]. In the meantime let's just assume that fix
will make it in eventually for the purposes of this patch, if it's
misaligned for a bit it doesn't matter much.
1. https://lore.kernel.org/git/cover-0.2-00000000000-20210901T110917Z-avarab@gmail.com
Signed-off-by: Ævar Arnfjörð Bjarmason <avarab@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'Documentation/git-help.txt')
-rw-r--r-- | Documentation/git-help.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/git-help.txt b/Documentation/git-help.txt index 44fe8860b3..568a0b606f 100644 --- a/Documentation/git-help.txt +++ b/Documentation/git-help.txt @@ -9,7 +9,7 @@ SYNOPSIS -------- [verse] '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 ----------- |