113 "to be run as 'python -m' would run it." |
113 "to be run as 'python -m' would run it." |
114 ), |
114 ), |
115 ) |
115 ) |
116 rcfile = optparse.make_option( |
116 rcfile = optparse.make_option( |
117 '', '--rcfile', action='store', |
117 '', '--rcfile', action='store', |
118 help="Specify configuration file. Defaults to '.coveragerc'", |
118 help=( |
|
119 "Specify configuration file. " |
|
120 "By default '.coveragerc', 'setup.cfg' and 'tox.ini' are tried." |
|
121 ), |
119 ) |
122 ) |
120 source = optparse.make_option( |
123 source = optparse.make_option( |
121 '', '--source', action='store', metavar="SRC1,SRC2,...", |
124 '', '--source', action='store', metavar="SRC1,SRC2,...", |
122 help="A list of packages or directories of code to be measured.", |
125 help="A list of packages or directories of code to be measured.", |
123 ) |
126 ) |