summaryrefslogtreecommitdiff
path: root/coverage/control.py
diff options
context:
space:
mode:
authorChristine Lytwynec <chris.lytwynec@gmail.com>2015-04-22 11:45:55 -0400
committerChristine Lytwynec <chris.lytwynec@gmail.com>2015-04-22 11:45:55 -0400
commit161556f47ec6b8f7c0232c21fdbdd7cc25bd3d8e (patch)
tree8c0c64a1431b02f0ed276d463fd0208e3b0f2138 /coverage/control.py
parent7efd4f50062f750df145102fc07c87fc49599bbe (diff)
downloadpython-coveragepy-161556f47ec6b8f7c0232c21fdbdd7cc25bd3d8e.tar.gz
Update docstring and command line help text.
Diffstat (limited to 'coverage/control.py')
-rw-r--r--coverage/control.py4
1 files changed, 4 insertions, 0 deletions
diff --git a/coverage/control.py b/coverage/control.py
index 4a9ac72..2c8d384 100644
--- a/coverage/control.py
+++ b/coverage/control.py
@@ -724,6 +724,10 @@ class Coverage(object):
coverage() constructor) will be read, and combined together into the
current measurements.
+ `data_dirs` is a list of directories from which data files should be
+ combined. If no list is passed, then the data files from the current
+ directory will be combined.
+
"""
self._init()
aliases = None