OSDN Git Service

fix spelling of 'track' in cli help
authorjstebbins <jstebbins@b64f7644-9d1e-0410-96f1-a4d463321fa5>
Mon, 1 Nov 2010 20:27:43 +0000 (20:27 +0000)
committerjstebbins <jstebbins@b64f7644-9d1e-0410-96f1-a4d463321fa5>
Mon, 1 Nov 2010 20:27:43 +0000 (20:27 +0000)
git-svn-id: svn://localhost/HandBrake/trunk@3638 b64f7644-9d1e-0410-96f1-a4d463321fa5

test/test.c

index 63282a5..e0ec36c 100644 (file)
@@ -2516,15 +2516,15 @@ static void ShowHelp()
     "                            specified with '--subtitle'.\n"
     "                            Separated by commas for more than one audio track.\n"
     "                            Example: \"1,2,3\" for multiple tracks.\n"
-    "                            If \"string\" is omitted, the first trac is forced.\n"
+    "                            If \"string\" is omitted, the first track is forced.\n"
     "        --subtitle-burn     \"Burn\" the selected subtitle into the video track\n"
-    "          <number>          If \"number\" is omitted, the first trac is burned.\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"
     "        --subtitle-default  Flag the selected subtitle as the default subtitle\n"
     "          <number>          to be displayed upon playback.  Setting no default\n"
     "                            means no subtitle will be automatically displayed\n"
-    "                            If \"number\" is omitted, the first trac is default.\n"
+    "                            If \"number\" is omitted, the first track is default.\n"
     "                            \"number\" is an index into the subtitle list\n"
     "                            specified with '--subtitle'.\n"
     "    -N, --native-language   Specifiy the your language preference. When the first\n"