diff options
author | jbrjake <[email protected]> | 2007-10-22 15:38:41 +0000 |
---|---|---|
committer | jbrjake <[email protected]> | 2007-10-22 15:38:41 +0000 |
commit | cd93fcecc60fb6ea1cabf74a695e672d5a5ed2ae (patch) | |
tree | 6489abe83451e2e9f906aa2dae5feac8185a629c /test | |
parent | e7f0887b6f2b8371c30bff89a54e377f533ea7bc (diff) |
Modifies CLI help message for audio track selection, to make it clearer how to specify multiple tracks.
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@1034 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'test')
-rw-r--r-- | test/test.c | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/test/test.c b/test/test.c index 82d4a0006..45ccc03f3 100644 --- a/test/test.c +++ b/test/test.c @@ -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 (" ); |