DebugClients/Python/coverage/cmdline.py

branch
maintenance
changeset 6693
3629d88ae235
parent 6649
f1b3a73831c9
--- a/DebugClients/Python/coverage/cmdline.py	Thu Jan 10 14:23:49 2019 +0100
+++ b/DebugClients/Python/coverage/cmdline.py	Sat Feb 02 11:12:54 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