diff options
author | Ned Batchelder <ned@nedbatchelder.com> | 2021-11-26 19:09:36 -0500 |
---|---|---|
committer | Ned Batchelder <ned@nedbatchelder.com> | 2021-11-26 19:09:36 -0500 |
commit | fbd3c71eca4e660125769ff61d468963ce699440 (patch) | |
tree | e401c17b8b7c6d9f8a75a63bbf8983625b7ac035 /coverage/cmdline.py | |
parent | fb7b0e5b90bd2213255a66c26e258612c9784827 (diff) | |
download | python-coveragepy-git-fbd3c71eca4e660125769ff61d468963ce699440.tar.gz |
docs: tweak the description of --concurrency
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 ec809330..002a8e44 100644 --- a/coverage/cmdline.py +++ b/coverage/cmdline.py @@ -44,7 +44,7 @@ class Opts: '', '--concurrency', action='store', metavar="LIBS", help=( "Properly measure code using a concurrency library. " + - "Valid values are: {}." + "Valid values are: {}, or a comma-list of them." ).format(", ".join(sorted(CoverageConfig.CONCURRENCY_CHOICES))), ) context = optparse.make_option( |