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>
Andrei Rybak committed
Jul 18, 2018 at 19:37 UTC
dd61cc1c2eefc6aa06bb6ad815891a3f49489d63
2 files changed
+2
-2
Documentation/git-for-each-ref.txt
+1
-1
@@ -57,7 +57,7 @@ OPTIONS
57
`xx`; for example `%00` interpolates to `\0` (NUL),
58
`%09` to `\t` (TAB) and `%0a` to `\n` (LF).
59
60
---color[=<when>]:
60
+--color[=<when>]::
61
Respect any colors specified in the `--format` option. The
62
`<when>` field must be one of `always`, `never`, or `auto` (if
63
`<when>` is absent, behave as if `always` was given).
Documentation/git-tag.txt
+1
-1
@@ -115,7 +115,7 @@ options for details.
115
variable if it exists, or lexicographic order otherwise. See
116
linkgit:git-config[1].
117
118
---color[=<when>]:
118
+--color[=<when>]::
119
Respect any colors specified in the `--format` option. The
120
`<when>` field must be one of `always`, `never`, or `auto` (if
121
`<when>` is absent, behave as if `always` was given).