summaryrefslogtreecommitdiff
path: root/Documentation/git.adoc
diff options
context:
space:
mode:
Diffstat (limited to 'Documentation/git.adoc')
-rw-r--r--Documentation/git.adoc3
1 files changed, 2 insertions, 1 deletions
diff --git a/Documentation/git.adoc b/Documentation/git.adoc
index 03e9e69d25..ce099e78b8 100644
--- a/Documentation/git.adoc
+++ b/Documentation/git.adoc
@@ -219,7 +219,8 @@ If you just want to run git as if it was started in `<path>` then use
List commands by group. This is an internal/experimental
option and may change or be removed in the future. Supported
groups are: builtins, parseopt (builtin commands that use
- parse-options), main (all commands in libexec directory),
+ parse-options), deprecated (deprecated builtins),
+ main (all commands in libexec directory),
others (all other commands in `$PATH` that have git- prefix),
list-<category> (see categories in command-list.txt),
nohelpers (exclude helper commands), alias and config