Commit d85c0134 authored by Brett Cannon's avatar Brett Cannon

Fix minor error in example.

parent 6ad36248
......@@ -606,7 +606,7 @@ def main():
action="store_false", dest="verbose")
options, args = parser.parse_args()
if len(args) != 1:
if len(args) != 2:
parser.error("incorrect number of arguments")
if options.verbose:
......
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