diff options
| -rw-r--r-- | base/commandLine.cpp | 6 | 
1 files changed, 3 insertions, 3 deletions
| diff --git a/base/commandLine.cpp b/base/commandLine.cpp index 3255a3bf8a..667e0e29b5 100644 --- a/base/commandLine.cpp +++ b/base/commandLine.cpp @@ -76,9 +76,9 @@ static const char HELP_STRING[] =  	"  -x, --save-slot[=NUM]    Save game slot to load (default: autosave)\n"  	"  -f, --fullscreen         Force full-screen mode\n"  	"  -F, --no-fullscreen      Force windowed mode\n" -	"  -g, --gfx-mode=MODE      Select graphics scaler (normal,2x,3x,2xsai,\n" -	"                           super2xsai,supereagle,advmame2x,advmame3x,hq2x,\n" -	"                           hq3x,tv2x,dotmatrix)\n" +	"  -g, --gfx-mode=MODE      Select graphics scaler (1x,2x,3x,2xsai,super2xsai,\n" +	"                           supereagle,advmame2x,advmame3x,hq2x,hq3x,tv2x,\n" +	"                           dotmatrix)\n"  	"  --gui-theme=THEME        Select GUI theme (default, modern, classic)\n"  	"  --themepath=PATH         Path to where GUI themes are stored\n"  	"  -e, --music-driver=MODE  Select music driver (see README for details)\n" | 
