summaryrefslogtreecommitdiff
path: root/doc/sample_html/README.txt
diff options
context:
space:
mode:
Diffstat (limited to 'doc/sample_html/README.txt')
-rw-r--r--doc/sample_html/README.txt10
1 files changed, 5 insertions, 5 deletions
diff --git a/doc/sample_html/README.txt b/doc/sample_html/README.txt
index c1e4982..2d3cd4a 100644
--- a/doc/sample_html/README.txt
+++ b/doc/sample_html/README.txt
@@ -1,5 +1,5 @@
-This directory was made with::
-
- cd C:\ned\cog\trunk
- coverage -e -x cogapp\test_cogapp.py CogTestsInMemory
- coverage -b -i -d htmlcov
+This directory was made with::
+
+ cd C:\ned\cog\trunk
+ coverage run --branch cogapp\test_cogapp.py CogTestsInMemory
+ coverage html -i -d htmlcov