mirror of
https://github.com/titanscouting/tra-superscript.git
synced 2024-11-12 22:26:18 +00:00
updated usage
This commit is contained in:
parent
8b09e155dc
commit
2ebaddb92c
@ -301,7 +301,7 @@ if __name__ == "__main__":
|
|||||||
elif len(sys.argv) == 3:
|
elif len(sys.argv) == 3:
|
||||||
config_path = sys.argv[2]
|
config_path = sys.argv[2]
|
||||||
else:
|
else:
|
||||||
print("usage: %s verbose|profile|debug" % sys.argv[0])
|
print("usage: %s verbose|profile|debug <config path>" % sys.argv[0])
|
||||||
sys.exit(2)
|
sys.exit(2)
|
||||||
|
|
||||||
if 'verbose' == sys.argv[1]:
|
if 'verbose' == sys.argv[1]:
|
||||||
@ -311,7 +311,7 @@ if __name__ == "__main__":
|
|||||||
elif 'debug' == sys.argv[1]:
|
elif 'debug' == sys.argv[1]:
|
||||||
start(False, False, True, config_path = config_path)
|
start(False, False, True, config_path = config_path)
|
||||||
else:
|
else:
|
||||||
print("usage: %s verbose|profile|debug" % sys.argv[0])
|
print("usage: %s verbose|profile|debug <config path>" % sys.argv[0])
|
||||||
sys.exit(2)
|
sys.exit(2)
|
||||||
|
|
||||||
sys.exit(0)
|
sys.exit(0)
|
Loading…
Reference in New Issue
Block a user