summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNed Batchelder <ned@nedbatchelder.com>2009-09-26 15:19:52 -0400
committerNed Batchelder <ned@nedbatchelder.com>2009-09-26 15:19:52 -0400
commitaba3e7cde740f029166c9b13ce5a4be20abaf7c1 (patch)
tree280118359cb9a08e5ebb74daa698e1356de39874
parentef0161f5b1faee84b6fbd027d5238ca92ba3d09e (diff)
downloadpython-coveragepy-git-aba3e7cde740f029166c9b13ce5a4be20abaf7c1.tar.gz
A little more info in CHANGES
-rw-r--r--CHANGES.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/CHANGES.txt b/CHANGES.txt
index 0d8186ce..774c36ca 100644
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -9,7 +9,7 @@ Version 3.1, unreleased
- Coverage.py has a new command line syntax with subcommands. This expands the
possibilities for adding features and options in the future. The old syntax
- is still supported.
+ is still supported. Try "coverage help" to see the new commands.
- Added the "coverage xml" command for producing coverage reports in a
Cobertura-compatible XML format.