1
0
mirror of https://gitlab.com/kelteseth/ScreenPlay.git synced 2024-11-06 19:12:30 +01:00

Fix build.py help

This commit is contained in:
Elias Steurer 2022-01-09 16:56:56 +01:00
parent a4632319dd
commit a2ac33180e

View File

@ -89,7 +89,7 @@ if __name__ == "__main__":
args = parser.parse_args()
if not args.build_type:
print("Build type argument is missing (release, debug). E.g: python build.py -t release -steam=True")
print("Build type argument is missing (release, debug). E.g: python build.py -type release -steam")
exit(1)
root_path = Path.cwd()