summaryrefslogtreecommitdiff
path: root/coverage/cmdline.py
diff options
context:
space:
mode:
Diffstat (limited to 'coverage/cmdline.py')
-rw-r--r--coverage/cmdline.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/coverage/cmdline.py b/coverage/cmdline.py
index 9ff39f44..395e2c44 100644
--- a/coverage/cmdline.py
+++ b/coverage/cmdline.py
@@ -22,7 +22,7 @@ class Opts(object):
append = optparse.make_option(
'-a', '--append', action='store_true',
- help="Append coverage data to .coverage, otherwise it is started clean with each run.",
+ help="Append coverage data to .coverage, otherwise it starts clean each time.",
)
branch = optparse.make_option(
'', '--branch', action='store_true',