mirror of
https://github.com/RetroDECK/ES-DE.git
synced 2024-11-22 06:05:38 +00:00
Small cosmetic change to the --display command line option.
This commit is contained in:
parent
01e726f23a
commit
777480aa6e
|
@ -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.
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue