aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--base/gameDetector.cpp2
-rw-r--r--doc/05_01.tex2
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\\