From 4c8bc9c3cdd08d873d9c378bfadd0fa40cfb58bb Mon Sep 17 00:00:00 2001 From: otavepto Date: Wed, 10 Apr 2024 11:04:43 +0200 Subject: [PATCH] removed debug flag --- tools/generate_emu_config/generate_emu_config.py | 1 - 1 file changed, 1 deletion(-) diff --git a/tools/generate_emu_config/generate_emu_config.py b/tools/generate_emu_config/generate_emu_config.py index fcf91f49..d874bc65 100644 --- a/tools/generate_emu_config/generate_emu_config.py +++ b/tools/generate_emu_config/generate_emu_config.py @@ -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(" -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(" -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("\nAll switches are optional except app id, at least 1 app id must be provided") print("\nAutomate the login prompt:")