diff -r c09e6c6006eb -r f1b3a73831c9 DebugClients/Python/coverage/cmdline.py --- 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,...",