summaryrefslogtreecommitdiffstats
path: root/git-help.txt
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2018-10-19 14:42:53 +0900
committerJunio C Hamano <gitster@pobox.com>2018-10-19 14:42:53 +0900
commitabe2c594325aec522daad772d880e019c2a55747 (patch)
tree3ad53a9b61f089407659c0e286e5c4553633e481 /git-help.txt
parent32a7527a335c1725848d37986ce4b54ab9861c9d (diff)
downloadgit-htmldocs-abe2c594325aec522daad772d880e019c2a55747.tar.gz
Autogenerated HTML docs for v2.19.1-542-gc4df2
Diffstat (limited to 'git-help.txt')
-rw-r--r--git-help.txt8
1 files changed, 5 insertions, 3 deletions
diff --git a/git-help.txt b/git-help.txt
index 83d25d825..206e3aef6 100644
--- a/git-help.txt
+++ b/git-help.txt
@@ -8,7 +8,7 @@ git-help - Display help information about Git
SYNOPSIS
--------
[verse]
-'git help' [-a|--all [--verbose]] [-g|--guide]
+'git help' [-a|--all [--[no-]verbose]] [-g|--guide]
[-i|--info|-m|--man|-w|--web] [COMMAND|GUIDE]
DESCRIPTION
@@ -42,8 +42,10 @@ OPTIONS
--all::
Prints all the available commands on the standard output. This
option overrides any given command or guide name.
- When used with `--verbose` print description for all recognized
- commands.
+
+--verbose::
+ When used with `--all` print description for all recognized
+ commands. This is the default.
-c::
--config::