summaryrefslogtreecommitdiff
path: root/doc/python-coverage.1.txt
diff options
context:
space:
mode:
Diffstat (limited to 'doc/python-coverage.1.txt')
-rw-r--r--doc/python-coverage.1.txt5
1 files changed, 3 insertions, 2 deletions
diff --git a/doc/python-coverage.1.txt b/doc/python-coverage.1.txt
index b854b460..bffc7072 100644
--- a/doc/python-coverage.1.txt
+++ b/doc/python-coverage.1.txt
@@ -288,9 +288,10 @@ COMMAND REFERENCE
\--branch
Measure branch coverage in addition to statement coverage.
- \--concurrency `LIB`
+ \--concurrency `LIBS`
Properly measure code using a concurrency library. Valid values are:
- thread, gevent, greenlet, eventlet, multiprocessing.
+ thread, gevent, greenlet, eventlet, multiprocessing, or a comma-list of
+ them.
\--context `CONTEXT`
The context label to record for this coverage run.