Documentation: fix --color option formatting
authorAndrei Rybak <rybak.a.v@gmail.com>
Wed, 18 Jul 2018 17:37:48 +0000 (19:37 +0200)
committerJunio C Hamano <gitster@pobox.com>
Wed, 18 Jul 2018 18:24:05 +0000 (11:24 -0700)
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>
Documentation/git-for-each-ref.txt
Documentation/git-tag.txt
index cbd0a6212a62a618252e7b56397239d4066dcbd7..183b15d4f8b17f1f3ef51b9d60e8c14bc594edbf 100644 (file)
@@ -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).
index 956fc019f984bca1754a72dc0d7308b39a28445d..cef01e1a01c40b692c0153dec19bcaee9f3b589d 100644 (file)
@@ -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).