1
0
Fork 0
mirror of https://github.com/Detanup01/gbe_fork.git synced 2025-08-12 02:15:34 +02:00

removed debug flag

This commit is contained in:
otavepto 2024-04-10 11:04:43 +02:00
parent e62f9251df
commit 4c8bc9c3cd

View file

@ -535,7 +535,6 @@ def help():
print(" -anon: login as an anonymous account, these have very limited access and cannot get all app details") print(" -anon: login as an anonymous account, these have very limited access and cannot get all app details")
print(" -de: disable some extra features by generating the corresponding config files in steam_settings folder") print(" -de: disable some extra features by generating the corresponding config files in steam_settings folder")
print(" -cve: enable some convenient extra features by generating the corresponding config files in steam_settings folder") print(" -cve: enable some convenient extra features by generating the corresponding config files in steam_settings folder")
print(" -xcve: enable some convenient extra features by generating the corresponding config files in steam_settings folder")
print(" -reldir: generate temp files/folders, and expect input files, relative to the current working directory") print(" -reldir: generate temp files/folders, and expect input files, relative to the current working directory")
print("\nAll switches are optional except app id, at least 1 app id must be provided") print("\nAll switches are optional except app id, at least 1 app id must be provided")
print("\nAutomate the login prompt:") print("\nAutomate the login prompt:")