Fix minor error in example.

This commit is contained in:
Brett Cannon 2004-07-10 23:06:07 +00:00
parent f50299c378
commit cd77dd6321
1 changed files with 1 additions and 1 deletions

View File

@ -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: