Add subunit_trace --color option's doc

This commit adds a document for the subunit_trace --color option.

Change-Id: I0278a20ead837d20161e4410abec0c711cc402cd
This commit is contained in:
Masayuki Igawa 2015-12-05 23:04:49 +09:00
parent 996fd548ff
commit 67079cd97e
1 changed files with 3 additions and 1 deletions

View File

@ -11,7 +11,7 @@ Summary
-------
subunit-trace [--fails|-f] [--failonly] [--perc-diff|-d] [--no-summary]
[--diff-threshold|-t <threshold>]
[--diff-threshold|-t <threshold>] [--color]
Options
-------
@ -31,6 +31,8 @@ Options
change will always be displayed.
--no-summary
Don't print the summary of the test run after completes
--color
Print result with colors
Usage
-----