From b8f43e662ccdc11d5314d34a87c0dbdc0fba2403 Mon Sep 17 00:00:00 2001 From: Ned Batchelder Date: Thu, 25 Sep 2014 07:18:40 -0400 Subject: Add docs for --concurrency --- doc/python-coverage.1.txt | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'doc/python-coverage.1.txt') diff --git a/doc/python-coverage.1.txt b/doc/python-coverage.1.txt index 9ea5f4ee..e5f65d63 100644 --- a/doc/python-coverage.1.txt +++ b/doc/python-coverage.1.txt @@ -160,6 +160,10 @@ COMMAND REFERENCE \--branch Measure branch coverage in addition to statement coverage. + \--concurrency `LIB` + Properly measure code using a concurrency library. Valid values are: + thread, gevent, greenlet, eventlet. + \--debug `DEBUGOPT`,... Debug options `DEBUGOPT`, separated by commas. -- cgit v1.2.1