diff --git a/INSTALL.md b/INSTALL.md index 45a3285c0..fac44c801 100644 --- a/INSTALL.md +++ b/INSTALL.md @@ -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 diff --git a/es-app/assets/emulationstation.6.gz b/es-app/assets/emulationstation.6.gz index 0d476c36b..63f373487 100644 Binary files a/es-app/assets/emulationstation.6.gz and b/es-app/assets/emulationstation.6.gz differ diff --git a/es-app/src/main.cpp b/es-app/src/main.cpp index 60563dca9..acc5e61e9 100644 --- a/es-app/src/main.cpp +++ b/es-app/src/main.cpp @@ -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"