diff options
Diffstat (limited to 'coverage/cmdline.py')
-rw-r--r-- | coverage/cmdline.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/coverage/cmdline.py b/coverage/cmdline.py index cf97bb01..354ae8c2 100644 --- a/coverage/cmdline.py +++ b/coverage/cmdline.py @@ -109,7 +109,7 @@ class Opts(object): '', '--contexts', action='store', metavar="PAT1,PAT2,...", help=( - "Only count the lines covered in given contexts. " + "Only display data from lines covered in the given contexts. " "Accepts shell-style wildcards, which must be quoted." ), ) |