diff options
author | Justin Bogner <mail@justinbogner.com> | 2015-03-19 18:22:46 +0000 |
---|---|---|
committer | Justin Bogner <mail@justinbogner.com> | 2015-03-19 18:22:46 +0000 |
commit | 6e2749c772119f3dae8f100fb6d8d45eb9ddbda7 (patch) | |
tree | dd81f9d214d76b27c40f3ff64dd13f5171bfea0a /docs/CommandGuide | |
parent | 97f4d01ee130e1c746b9c0e4ebb07ffa2c5f15b3 (diff) |
docs: Update llvm-cov docs for the -use-color flag
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@232742 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs/CommandGuide')
-rw-r--r-- | docs/CommandGuide/llvm-cov.rst | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/docs/CommandGuide/llvm-cov.rst b/docs/CommandGuide/llvm-cov.rst index a054ff14b0b..dff337572e4 100644 --- a/docs/CommandGuide/llvm-cov.rst +++ b/docs/CommandGuide/llvm-cov.rst @@ -217,9 +217,9 @@ OPTIONS Show the execution counts for each line if there is only one region on the line, but show the individual regions if there are multiple on the line. -.. option:: -no-colors +.. option:: -use-color[=VALUE] - Disable colorized output. + Enable or disable color output. By default this is autodetected. .. option:: -arch=<name> @@ -285,9 +285,9 @@ see :ref:`llvm-cov-show`. OPTIONS ^^^^^^^ -.. option:: -no-colors +.. option:: -use-color[=VALUE] - Disable colorized output. + Enable or disable color output. By default this is autodetected. .. option:: -arch=<name> |