summaryrefslogtreecommitdiff
path: root/Documentation/git-tag.txt
diff options
context:
space:
mode:
authorLibravatar Junio C Hamano <gitster@pobox.com>2018-08-15 15:08:19 -0700
committerLibravatar Junio C Hamano <gitster@pobox.com>2018-08-15 15:08:19 -0700
commit5a6693089f599546adc2559d0117b91767b1f10c (patch)
treef8bffd179afeab7f9b4ccb136ae17b75068206d6 /Documentation/git-tag.txt
parentFifth batch for 2.19 cycle (diff)
parentDocumentation: fix --color option formatting (diff)
downloadtgif-5a6693089f599546adc2559d0117b91767b1f10c.tar.xz
Merge branch 'jk/ui-color-always-to-auto'
Doc formatting fix. * jk/ui-color-always-to-auto: Documentation: fix --color option formatting
Diffstat (limited to 'Documentation/git-tag.txt')
-rw-r--r--Documentation/git-tag.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/git-tag.txt b/Documentation/git-tag.txt
index 87c4288ffc..92f9c12b87 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).