From 6d65f11a89491f839147d44c5a16b1e89546a52a Mon Sep 17 00:00:00 2001 From: Rodeo Date: Sat, 12 May 2012 19:50:29 +0000 Subject: [PATCH] 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 --- test/test.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" -- 2.40.0