[llvm] r232742 - docs: Update llvm-cov docs for the -use-color flag

Justin Bogner mail at justinbogner.com
Thu Mar 19 11:22:46 PDT 2015


Author: bogner
Date: Thu Mar 19 13:22:46 2015
New Revision: 232742

URL: http://llvm.org/viewvc/llvm-project?rev=232742&view=rev
Log:
docs: Update llvm-cov docs for the -use-color flag

Modified:
    llvm/trunk/docs/CommandGuide/llvm-cov.rst

Modified: llvm/trunk/docs/CommandGuide/llvm-cov.rst
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/docs/CommandGuide/llvm-cov.rst?rev=232742&r1=232741&r2=232742&view=diff
==============================================================================
--- llvm/trunk/docs/CommandGuide/llvm-cov.rst (original)
+++ llvm/trunk/docs/CommandGuide/llvm-cov.rst Thu Mar 19 13:22:46 2015
@@ -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>
 





More information about the llvm-commits mailing list