man.
This commit is contained in:
parent
e4670192fe
commit
e35b1e9549
1 changed files with 1 additions and 1 deletions
|
@ -467,7 +467,7 @@ if __name__ == "__main__":
|
|||
print(
|
||||
f"Sorry, this is only usable with python 3.11 as of {__version__}")
|
||||
exit(1)
|
||||
print("WARNING: It's a prototype. Beware of bugs. Report them")
|
||||
print("WARNING: It's a prototype. Beware of bugs. Report them.")
|
||||
parser = ArgumentParser(
|
||||
description="SETAGE, the Simple Extensible Text Adventure Game Engine")
|
||||
parser.add_argument("file", nargs="?", default="manifest.setage",
|
||||
|
|
Loading…
Reference in a new issue