mirror of https://github.com/python/cpython
add missing "summary" from long options list
This commit is contained in:
parent
1ff49a7734
commit
c064a1d7e3
|
@ -597,7 +597,7 @@ def main(argv=None):
|
|||
try:
|
||||
opts, prog_argv = getopt.getopt(argv[1:], "tcrRf:d:msC:l",
|
||||
["help", "version", "trace", "count",
|
||||
"report", "no-report",
|
||||
"report", "no-report", "summary",
|
||||
"file=", "missing",
|
||||
"ignore-module=", "ignore-dir=",
|
||||
"coverdir=", "listfuncs",])
|
||||
|
|
Loading…
Reference in New Issue