DebugClients/Python/coverage/cmdline.py

changeset 6649
f1b3a73831c9
parent 6219
d6c795b5ce33
--- a/DebugClients/Python/coverage/cmdline.py	Thu Jan 10 18:01:19 2019 +0100
+++ b/DebugClients/Python/coverage/cmdline.py	Sat Jan 12 11:26:32 2019 +0100
@@ -115,7 +115,10 @@
     )
     rcfile = optparse.make_option(
         '', '--rcfile', action='store',
-        help="Specify configuration file.  Defaults to '.coveragerc'",
+        help=(
+            "Specify configuration file.  "
+            "By default '.coveragerc', 'setup.cfg' and 'tox.ini' are tried."
+        ),
     )
     source = optparse.make_option(
         '', '--source', action='store', metavar="SRC1,SRC2,...",

eric ide

mercurial