Changed the order of two command line parameters.

This commit is contained in:
Leon Styhre 2020-12-20 15:09:47 +01:00
parent b0b12591e0
commit bb7097a1af
2 changed files with 1 additions and 1 deletions

Binary file not shown.

View file

@ -311,8 +311,8 @@ bool parseArgs(int argc, char* argv[])
" --max-vram [size] Max VRAM to use (in mebibytes) before swapping\n" " --max-vram [size] Max VRAM to use (in mebibytes) before swapping\n"
" --gpu-statistics Display framerate and VRAM usage overlay\n" " --gpu-statistics Display framerate and VRAM usage overlay\n"
" --force-full Force the UI mode to Full\n" " --force-full Force the UI mode to Full\n"
" --force-kid Force the UI mode to Kid\n"
" --force-kiosk Force the UI mode to Kiosk\n" " --force-kiosk Force the UI mode to Kiosk\n"
" --force-kid Force the UI mode to Kid\n"
" --force-input-config Force configuration of input device\n" " --force-input-config Force configuration of input device\n"
" --home [path] Directory to use as home path\n" " --home [path] Directory to use as home path\n"
" --version, -v Display version information\n" " --version, -v Display version information\n"