summaryrefslogtreecommitdiff
path: root/Documentation
diff options
context:
space:
mode:
authorAndrei Rybak <rybak.a.v@gmail.com>2018-07-18 17:37:48 (GMT)
committerJunio C Hamano <gitster@pobox.com>2018-07-18 18:24:05 (GMT)
commitdd61cc1c2eefc6aa06bb6ad815891a3f49489d63 (patch)
tree68b56c9746ce0a2e001dac6d40f583e63dfba6b5 /Documentation
parentaebd23506ec952c1ca68d577afc59d3e2f7bd7ce (diff)
downloadgit-dd61cc1c2eefc6aa06bb6ad815891a3f49489d63.zip
git-dd61cc1c2eefc6aa06bb6ad815891a3f49489d63.tar.gz
git-dd61cc1c2eefc6aa06bb6ad815891a3f49489d63.tar.bz2
Documentation: fix --color option formatting
Add missing colon in two places to fix formatting of options. Signed-off-by: Andrei Rybak <rybak.a.v@gmail.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'Documentation')
-rw-r--r--Documentation/git-for-each-ref.txt2
-rw-r--r--Documentation/git-tag.txt2
2 files changed, 2 insertions, 2 deletions
diff --git a/Documentation/git-for-each-ref.txt b/Documentation/git-for-each-ref.txt
index cbd0a62..183b15d 100644
--- a/Documentation/git-for-each-ref.txt
+++ b/Documentation/git-for-each-ref.txt
@@ -57,7 +57,7 @@ OPTIONS
`xx`; for example `%00` interpolates to `\0` (NUL),
`%09` to `\t` (TAB) and `%0a` to `\n` (LF).
---color[=<when>]:
+--color[=<when>]::
Respect any colors specified in the `--format` option. The
`<when>` field must be one of `always`, `never`, or `auto` (if
`<when>` is absent, behave as if `always` was given).
diff --git a/Documentation/git-tag.txt b/Documentation/git-tag.txt
index 956fc01..cef01e1 100644
--- a/Documentation/git-tag.txt
+++ b/Documentation/git-tag.txt
@@ -115,7 +115,7 @@ options for details.
variable if it exists, or lexicographic order otherwise. See
linkgit:git-config[1].
---color[=<when>]:
+--color[=<when>]::
Respect any colors specified in the `--format` option. The
`<when>` field must be one of `always`, `never`, or `auto` (if
`<when>` is absent, behave as if `always` was given).