From 40a51287dfa2c501afad968135894b7516ef4b7d Mon Sep 17 00:00:00 2001 From: Bart Trzynadlowski Date: Thu, 9 Feb 2012 17:15:15 +0000 Subject: [PATCH] Tweaked help text slightly. --- Src/OSD/SDL/Main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Src/OSD/SDL/Main.cpp b/Src/OSD/SDL/Main.cpp index 325362d..de06f7c 100644 --- a/Src/OSD/SDL/Main.cpp +++ b/Src/OSD/SDL/Main.cpp @@ -1235,7 +1235,7 @@ static void Help(void) puts("Audio Options:"); puts(" -sound-volume= Volume of sound effects in % [Default: 100]"); puts(" -music-volume= Volume of MPEG music in % [Default: 100]"); - puts(" -balance= Relative front/rear balance in % front [Default: 0]"); + puts(" -balance= Relative front/rear balance in % [Default: 0]"); puts(" -flip-stereo Swap left and right audio channels"); puts(" -no-sound Disable sound board emulation (sound effects)"); puts(" -no-dsb Disable Digital Sound Board (MPEG music)");