From acd18bd1f8f74cac77ee1b268a16ba79cd489e54 Mon Sep 17 00:00:00 2001 From: Leon Styhre Date: Mon, 17 Jan 2022 18:35:03 +0100 Subject: [PATCH] Very minor change to the command line --help output. --- es-app/src/main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"