diff options
author | Rodeo <[email protected]> | 2012-05-12 19:50:29 +0000 |
---|---|---|
committer | Rodeo <[email protected]> | 2012-05-12 19:50:29 +0000 |
commit | 6d65f11a89491f839147d44c5a16b1e89546a52a (patch) | |
tree | 50f1623834703853fabb198640c643cc1fa5ac83 /test/test.c | |
parent | f7690849cf909651ad0dd90ccdfb27455be09ba3 (diff) |
CLI: fix mismatch between ShowHelp() and ParseOptions(). Fix help in order to not break existing scripts etc.
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@4664 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'test/test.c')
-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 36a0eb248..78b7805f8 100644 --- a/test/test.c +++ b/test/test.c @@ -2936,7 +2936,7 @@ static void ShowHelp() " 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" + " --subtitle-burned \"Burn\" the selected subtitle into the video track\n" " <number> If \"number\" is omitted, the first track is burned.\n" " \"number\" is an index into the subtitle list\n" " specified with '--subtitle'.\n" |