Switch to side-by-side view

--- a/mpd2src/mpd2sc.cpp
+++ b/mpd2src/mpd2sc.cpp
@@ -325,7 +325,7 @@
 {
     OptionParser parser;
     
-    OptionString optionAudioParams("-A", "--audio", Brn(""), "[44100:16:2] audio params only if they can't be obtained from file. Conflicting values will cause error");
+    OptionString optionAudioParams("-A", "--audio", Brn(""), "[44100:16:2:0/1] audio params only if they can't be obtained from file. Conflicting values will cause error");
     parser.AddOption(&optionAudioParams);
 
     OptionUint optionAdapter("-a", "--adapter", 0, "[adapter] index of network adapter to use");