diff options
| author | Johannes Schickel | 2006-10-07 21:22:32 +0000 | 
|---|---|---|
| committer | Johannes Schickel | 2006-10-07 21:22:32 +0000 | 
| commit | 7212dfaa2222283800352043989802837dd90c7f (patch) | |
| tree | 0537aef576c4ade4c573c7eaa51c54b10e0fe86a | |
| parent | e93787490b00e848c209dac5da1814df8127d35c (diff) | |
| download | scummvm-rg350-7212dfaa2222283800352043989802837dd90c7f.tar.gz scummvm-rg350-7212dfaa2222283800352043989802837dd90c7f.tar.bz2 scummvm-rg350-7212dfaa2222283800352043989802837dd90c7f.zip  | |
Whitespaces.
svn-id: r24179
| -rw-r--r-- | base/commandLine.cpp | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/base/commandLine.cpp b/base/commandLine.cpp index 3e3d2d83ff..b14202c545 100644 --- a/base/commandLine.cpp +++ b/base/commandLine.cpp @@ -92,7 +92,7 @@ static const char HELP_STRING[] =  	"  -s, --sfx-volume=NUM     Set the sfx volume, 0-255 (default: 192)\n"  	"  -r, --speech-volume=NUM  Set the speech volume, 0-255 (default: 192)\n"  	"  --midi-gain=NUM          Set the gain for MIDI playback, 0-1000 (default:\n" -        "                           100) (only supported by some MIDI drivers)\n" +	"                           100) (only supported by some MIDI drivers)\n"  	"  -n, --subtitles          Enable subtitles (use with games that have voice)\n"  	"  -b, --boot-param=NUM     Pass number to the boot script (boot param)\n"  	"  -d, --debuglevel=NUM     Set debug verbosity level\n"  | 
