diff options
author | Ned Batchelder <ned@nedbatchelder.com> | 2019-07-01 23:14:15 -0400 |
---|---|---|
committer | Ned Batchelder <ned@nedbatchelder.com> | 2019-07-01 23:14:15 -0400 |
commit | 25aff80d444a6b1fa87173ffd8026f69be7ae0d0 (patch) | |
tree | bce9981e83cf7374098fc9e299574b93b089c744 /coverage/cmdline.py | |
parent | 262c06921db064a85f442b19cbf0980bb3cd786d (diff) | |
download | python-coveragepy-git-25aff80d444a6b1fa87173ffd8026f69be7ae0d0.tar.gz |
Clean up and test filtering contexts for reporting
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." ), ) |