[wmlunit] fix help
This commit is contained in:
parent
7a653b1c12
commit
754229ff22
1 changed files with 1 additions and 1 deletions
|
@ -521,7 +521,7 @@ if __name__ == '__main__':
|
|||
|
||||
if not options.output and not options.wiki:
|
||||
sys.stderr.write("Need --output (or --wiki).\n")
|
||||
op.print_help()
|
||||
ap.print_help()
|
||||
sys.exit(-1)
|
||||
|
||||
if options.output:
|
||||
|
|
Loading…
Add table
Reference in a new issue