summaryrefslogtreecommitdiffstats
path: root/test/test.c
diff options
context:
space:
mode:
Diffstat (limited to 'test/test.c')
-rw-r--r--test/test.c5
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 (" );