mirror of
https://github.com/corundum/corundum.git
synced 2025-01-30 08:32:52 +08:00
Fix parameter
This commit is contained in:
parent
698234c297
commit
789c7da6d6
@ -47,7 +47,7 @@ def main(argv=None):
|
||||
ports = int(a)
|
||||
if o in ('-n', '--name'):
|
||||
name = a
|
||||
if o in ('-o', '--outputs'):
|
||||
if o in ('-o', '--output'):
|
||||
out_name = a
|
||||
|
||||
if name is None:
|
||||
|
Loading…
x
Reference in New Issue
Block a user