diff options
Diffstat (limited to 'doc/python-coverage.1.txt')
-rw-r--r-- | doc/python-coverage.1.txt | 5 |
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. |