summaryrefslogtreecommitdiff
path: root/doc/subprocess.rst
diff options
context:
space:
mode:
Diffstat (limited to 'doc/subprocess.rst')
-rw-r--r--doc/subprocess.rst2
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/subprocess.rst b/doc/subprocess.rst
index c09d45f1..b28cbc91 100644
--- a/doc/subprocess.rst
+++ b/doc/subprocess.rst
@@ -19,10 +19,12 @@ begins coverage measurement. The environment variable's value will be used as
the name of the :ref:`configuration file <config>` to use.
.. note::
+
The subprocess only sees options in the configuration file. Options set on
the command line will not be used in the subprocesses.
.. note::
+
If you have subprocesses because you are using :mod:`multiprocessing
<python:multiprocessing>`, the ``--concurrency=multiprocessing``
command-line option should take care of everything for you. See