aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Documentation/git-config.adoc2
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/git-config.adoc b/Documentation/git-config.adoc
index 936e0c5130..4602be7550 100644
--- a/Documentation/git-config.adoc
+++ b/Documentation/git-config.adoc
@@ -317,7 +317,7 @@ recommended to migrate to the new syntax.
Replaced by `git config get --all --show-names --regexp <name-regexp>`.
--get-urlmatch <name> <URL>::
- Replaced by `git config get --all --show-names --url=<URL> <name>`.
+ Replaced by `git config get --url=<URL> <name>`.
--get-color <name> [<default>]::
Replaced by `git config get --type=color [--default=<default>] <name>`.