diff options
author | Rodeo <[email protected]> | 2012-02-22 23:52:15 +0000 |
---|---|---|
committer | Rodeo <[email protected]> | 2012-02-22 23:52:15 +0000 |
commit | 7a44812e6c5559b411e684a099edfc3354cdbbe3 (patch) | |
tree | ed843135f10660987720130c448755949f832b56 /test | |
parent | b2de088614db4ff8e9867a2b95e174a3b751302e (diff) |
Fix typo.
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@4463 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'test')
-rw-r--r-- | test/test.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/test.c b/test/test.c index f48f9db30..99161d276 100644 --- a/test/test.c +++ b/test/test.c @@ -2917,7 +2917,7 @@ static void ShowHelp() " <string> the subtitle has the forced flag set. The values in\n" " \"string\" are indexes into the subtitle list\n" " specified with '--subtitle'.\n" - " Separated by commas for more than one audio track.\n" + " Separated by commas for more than one subtitle track.\n" " Example: \"1,2,3\" for multiple tracks.\n" " If \"string\" is omitted, the first track is forced.\n" " --subtitle-burn \"Burn\" the selected subtitle into the video track\n" |