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 | 7bf61d3139e4efbd4cc3fb4dfbe754f85fe30726 (patch) | |
tree | 66043032d23c010f5914f193ff9ead919b25493a /llvm/docs/CommandGuide | |
parent | 52210aee10df54e363053eece0b9422c1e4f6c74 (diff) | |
download | bcm5719-llvm-7bf61d3139e4efbd4cc3fb4dfbe754f85fe30726.tar.gz bcm5719-llvm-7bf61d3139e4efbd4cc3fb4dfbe754f85fe30726.zip |
docs: Update llvm-cov docs for the -use-color flag
llvm-svn: 232742
Diffstat (limited to 'llvm/docs/CommandGuide')
-rw-r--r-- | llvm/docs/CommandGuide/llvm-cov.rst | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/llvm/docs/CommandGuide/llvm-cov.rst b/llvm/docs/CommandGuide/llvm-cov.rst index a054ff14b0b..dff337572e4 100644 --- a/llvm/docs/CommandGuide/llvm-cov.rst +++ b/llvm/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> |