summaryrefslogtreecommitdiff
path: root/Documentation/git.txt
diff options
context:
space:
mode:
authorPatrick Steinhardt <ps@pks.im>2021-04-29 12:55:29 (GMT)
committerJunio C Hamano <gitster@pobox.com>2021-04-30 00:46:46 (GMT)
commit9152904c1162afaf9ce0305d1988d1450dc80da7 (patch)
tree84ad7404855371e4dc23d84e826c728775cf7e22 /Documentation/git.txt
parentd8d77153eafdb0fc334e827976f09e4bdff26b58 (diff)
downloadgit-9152904c1162afaf9ce0305d1988d1450dc80da7.zip
git-9152904c1162afaf9ce0305d1988d1450dc80da7.tar.gz
git-9152904c1162afaf9ce0305d1988d1450dc80da7.tar.bz2
git.txt: fix synopsis of `--config-env` missing the equals sign
When executing `git -h`, then the `--config-env` documentation rightly lists the option as requiring an equals between the option and its argument: this is the only currently supported format. But the git(1) manpage incorrectly lists the option as taking a space in between. Fix the issue by adding the missing space. Reported-by: Ævar Arnfjörð Bjarmason <avarab@gmail.com> Signed-of-by: Patrick Steinhardt <ps@pks.im> Reviewed-by: Jeff King <peff@peff.net> Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'Documentation/git.txt')
-rw-r--r--Documentation/git.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/git.txt b/Documentation/git.txt
index 3b0f87a..4ac36a4 100644
--- a/Documentation/git.txt
+++ b/Documentation/git.txt
@@ -13,7 +13,7 @@ SYNOPSIS
[--exec-path[=<path>]] [--html-path] [--man-path] [--info-path]
[-p|--paginate|-P|--no-pager] [--no-replace-objects] [--bare]
[--git-dir=<path>] [--work-tree=<path>] [--namespace=<name>]
- [--super-prefix=<path>] [--config-env <name>=<envvar>]
+ [--super-prefix=<path>] [--config-env=<name>=<envvar>]
<command> [<args>]
DESCRIPTION