--- 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,...",