summaryrefslogtreecommitdiff
path: root/coverage/runners/plugin.py
diff options
context:
space:
mode:
Diffstat (limited to 'coverage/runners/plugin.py')
-rw-r--r--coverage/runners/plugin.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/coverage/runners/plugin.py b/coverage/runners/plugin.py
index cc30e86b..e9d75b27 100644
--- a/coverage/runners/plugin.py
+++ b/coverage/runners/plugin.py
@@ -106,7 +106,7 @@ xml Create an XML report of coverage results.
help="Include test modules in coverage report "),
optparse.Option('--cover-branch', action='store_true',
- help="Measure branch execution. HIGHLY EXPERIMENTAL!"),
+ help="Measure branch execution."),
optparse.Option('--cover-directory', action='store', metavar="DIR",
help="Write the output files to DIR."),
@@ -142,4 +142,4 @@ xml Create an XML report of coverage results.
optparse.Option('--cover-append', action='store_false',
help=("Append coverage data to .coverage, otherwise it "
"is started clean with each run."))
-]
+ ]