Small cosmetic change to the --display command line option.

This commit is contained in:
Leon Styhre 2021-01-26 17:33:20 +01:00
parent 01e726f23a
commit 777480aa6e
3 changed files with 3 additions and 3 deletions

View file

@ -1108,7 +1108,7 @@ You can use **--help** or **-h** to view the list of command line options, as sh
### Unix
```
--display [index, 1-4] Display/monitor to use
--display [index 1-4] Display/monitor to use
--resolution [width] [height] Application resolution
--windowed Windowed mode, should be combined with --resolution
--fullscreen-normal Normal fullscreen mode
@ -1133,7 +1133,7 @@ You can use **--help** or **-h** to view the list of command line options, as sh
### macOS and Windows
```
--display [index, 1-4] Display/monitor to use
--display [index 1-4] Display/monitor to use
--resolution [width] [height] Application resolution
--vsync [1/on or 0/off] Turn VSync on or off (default is on)
--max-vram [size] Max VRAM to use (in mebibytes) before swapping

Binary file not shown.

View file

@ -293,7 +293,7 @@ bool parseArgs(int argc, char* argv[])
"Usage: emulationstation [options]\n"
"EmulationStation Desktop Edition, Emulator Front-end\n\n"
"Options:\n"
" --display [index, 1-4] Display/monitor to use\n"
" --display [index 1-4] Display/monitor to use\n"
" --resolution [width] [height] Application resolution\n"
#if defined(__unix__)
" --windowed Windowed mode, should be combined with --resolution\n"