Very minor change to the command line --help output.

This commit is contained in:
Leon Styhre 2022-01-17 18:35:03 +01:00
parent 99c7a252ed
commit acd18bd1f8

View file

@ -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"