OSDN Git Service

Modifies CLI help message for audio track selection, to make it clearer how to specif...
authorjbrjake <jbrjake@b64f7644-9d1e-0410-96f1-a4d463321fa5>
Mon, 22 Oct 2007 15:38:41 +0000 (15:38 +0000)
committerjbrjake <jbrjake@b64f7644-9d1e-0410-96f1-a4d463321fa5>
Mon, 22 Oct 2007 15:38:41 +0000 (15:38 +0000)
git-svn-id: svn://localhost/HandBrake/trunk@1034 b64f7644-9d1e-0410-96f1-a4d463321fa5

test/test.c

index 82d4a00..45ccc03 100644 (file)
@@ -909,8 +909,9 @@ static void ShowHelp()
        "    -E, --aencoder <string> Set audio encoder (faac/lame/vorbis/ac3, ac3\n"
     "                            meaning passthrough, default: guessed)\n"
        "    -B, --ab <kb/s>         Set audio bitrate (default: 128)\n"
-       "    -a, --audio <string>    Select audio channel(s) (\"none\" for no \n"
-    "                            audio, default: first one)\n"
+       "    -a, --audio <string>    Select audio channel(s), separated by commas\n"
+       "                            (\"none\" for no audio, \"1,2,3\" for multiple\n"
+       "                             tracks, default: first one, max: eight)\n"
     "    -6, --mixdown <string>  Format for surround sound downmixing\n"
     "                            (mono/stereo/dpl1/dpl2/6ch, default: dpl2)\n"
     "    -R, --arate             Set audio samplerate (" );