summaryrefslogtreecommitdiffstats
path: root/git-help.txt
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2022-03-09 14:19:31 -0800
committerJunio C Hamano <gitster@pobox.com>2022-03-09 14:19:31 -0800
commit7c37da749fa2c8d767b9ddfc2ed43986eb2f4d7c (patch)
tree217db038da87f53d7f6483aead1f09299d8a02e4 /git-help.txt
parentc7a8d87b7ec3976798edbadec4c209e77b38c7c6 (diff)
downloadgit-htmldocs-7c37da749fa2c8d767b9ddfc2ed43986eb2f4d7c.tar.gz
Autogenerated HTML docs for v2.35.1-455-g1a487
Diffstat (limited to 'git-help.txt')
-rw-r--r--git-help.txt15
1 files changed, 11 insertions, 4 deletions
diff --git a/git-help.txt b/git-help.txt
index 44ea63cc6..239c68db4 100644
--- a/git-help.txt
+++ b/git-help.txt
@@ -8,8 +8,8 @@ git-help - Display help information about Git
SYNOPSIS
--------
[verse]
-'git help' [-a|--all [--[no-]verbose]]
- [[-i|--info] [-m|--man] [-w|--web]] [<command>|<guide>]
+'git help' [-a|--all] [--[no-]verbose] [--[no-]external-commands] [--[no-]aliases]
+'git help' [[-i|--info] [-m|--man] [-w|--web]] [<command>|<guide>]
'git help' [-g|--guides]
'git help' [-c|--config]
@@ -46,8 +46,15 @@ OPTIONS
-------
-a::
--all::
- Prints all the available commands on the standard output. This
- option overrides any given command or guide name.
+ Prints all the available commands on the standard output.
+
+--no-external-commands::
+ When used with `--all`, exclude the listing of external "git-*"
+ commands found in the `$PATH`.
+
+--no-aliases::
+ When used with `--all`, exclude the listing of configured
+ aliases.
--verbose::
When used with `--all` print description for all recognized