diff options
author | Torbjörn Andersson | 2005-04-13 12:36:19 +0000 |
---|---|---|
committer | Torbjörn Andersson | 2005-04-13 12:36:19 +0000 |
commit | 59e96ca993a23eba56a11612dccc3bf7bb54c6a9 (patch) | |
tree | a1c97c9929f8be7bf55ee5559663c2bd0d28314f | |
parent | d8467268c4a447c40d2a53342b4d60a07d488532 (diff) | |
download | scummvm-rg350-59e96ca993a23eba56a11612dccc3bf7bb54c6a9.tar.gz scummvm-rg350-59e96ca993a23eba56a11612dccc3bf7bb54c6a9.tar.bz2 scummvm-rg350-59e96ca993a23eba56a11612dccc3bf7bb54c6a9.zip |
Pedantic fix.
svn-id: r17584
-rw-r--r-- | base/gameDetector.cpp | 2 | ||||
-rw-r--r-- | doc/05_01.tex | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/base/gameDetector.cpp b/base/gameDetector.cpp index c7fb0aceb8..3871554ef0 100644 --- a/base/gameDetector.cpp +++ b/base/gameDetector.cpp @@ -92,7 +92,7 @@ static const char USAGE_STRING[] = " --platform=WORD Specify version of game (allowed values: amiga,\n" " atari, fmtowns, nes, mac, pc, windows)\n" " --savepath=PATH Path to where savegames are stored\n" - " --soundfont=FILE Select the SoundFont for MIDI playback (Only\n" + " --soundfont=FILE Select the SoundFont for MIDI playback (only\n" " supported by some MIDI drivers)\n" " --multi-midi Enable combination Adlib and native MIDI\n" " --native-mt32 True Roland MT-32 (disable GM emulation)\n" diff --git a/doc/05_01.tex b/doc/05_01.tex index 9d6588c446..f7a49d56cf 100644 --- a/doc/05_01.tex +++ b/doc/05_01.tex @@ -36,7 +36,7 @@ Usage: scummvm [OPTIONS]... [GAME]\\ &atari, fmtowns, nes, mac, pc, windows)\\ --savepath=PATH &Path to where savegames are stored\\ --multi-midi &Enable combination of Adlib and native MIDI\\ - --soundfont &Select the SoundFont for MIDI playback (Only\\ + --soundfont &Select the SoundFont for MIDI playback (only\\ &supported by some MIDI drivers)\\ --native-mt32 &True Roland MT-32 (disable GM emulation)\\ --enable-gs &Enable Roland GS mode for MIDI playback\\ |