From: Rodeo Date: Sat, 12 May 2012 19:52:20 +0000 (+0000) Subject: Bugfix branch: CLI, fix mismatch between ShowHelp?() and ParseOptions?(). X-Git-Tag: 0.9.6.1~29 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=a18f95827a6829bc89b55d5ec3c7d5330eee319c;p=handbrake Bugfix branch: CLI, fix mismatch between ShowHelp?() and ParseOptions?(). git-svn-id: svn://svn.handbrake.fr/HandBrake/branches/0.9.x@4665 b64f7644-9d1e-0410-96f1-a4d463321fa5 --- diff --git a/test/test.c b/test/test.c index 17f4b5a73..bcfd7f4df 100644 --- a/test/test.c +++ b/test/test.c @@ -2920,7 +2920,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"