From: Rodeo Date: Sat, 12 May 2012 19:50:29 +0000 (+0000) Subject: CLI: fix mismatch between ShowHelp() and ParseOptions(). Fix help in order to not... X-Git-Tag: 0.9.9~636 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=6d65f11a89491f839147d44c5a16b1e89546a52a;p=handbrake 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 --- 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" " If \"number\" is omitted, the first track is burned.\n" " \"number\" is an index into the subtitle list\n" " specified with '--subtitle'.\n"