mirror of
https://github.com/python/cpython.git
synced 2025-11-01 06:01:29 +00:00
add missing "summary" from long options list
This commit is contained in:
parent
1ff49a7734
commit
c064a1d7e3
1 changed files with 1 additions and 1 deletions
|
|
@ -597,7 +597,7 @@ def main(argv=None):
|
||||||
try:
|
try:
|
||||||
opts, prog_argv = getopt.getopt(argv[1:], "tcrRf:d:msC:l",
|
opts, prog_argv = getopt.getopt(argv[1:], "tcrRf:d:msC:l",
|
||||||
["help", "version", "trace", "count",
|
["help", "version", "trace", "count",
|
||||||
"report", "no-report",
|
"report", "no-report", "summary",
|
||||||
"file=", "missing",
|
"file=", "missing",
|
||||||
"ignore-module=", "ignore-dir=",
|
"ignore-module=", "ignore-dir=",
|
||||||
"coverdir=", "listfuncs",])
|
"coverdir=", "listfuncs",])
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue