Commit c064a1d7 authored by Skip Montanaro's avatar Skip Montanaro

add missing "summary" from long options list

parent 1ff49a77
......@@ -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",])
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment