diff --git a/es-app/src/main.cpp b/es-app/src/main.cpp index ed668f333..78a115e1d 100644 --- a/es-app/src/main.cpp +++ b/es-app/src/main.cpp @@ -362,7 +362,7 @@ bool parseArgs(int argc, char* argv[]) " --max-vram [size] Max VRAM to use (in mebibytes) before swapping\n" " --no-splash Don't show the splash screen during startup\n" " --gamelist-only Skip automatic game ROM search, only read from gamelist.xml\n" -" --ignore-gamelist Ignore the gamelist files (useful for troubleshooting)\n" +" --ignore-gamelist Ignore the gamelist.xml files (useful for troubleshooting)\n" " --show-hidden-files Show hidden files and folders\n" " --show-hidden-games Show hidden games\n" " --force-full Force the UI mode to Full\n"