diff options
author | jstebbins <[email protected]> | 2010-11-01 20:27:43 +0000 |
---|---|---|
committer | jstebbins <[email protected]> | 2010-11-01 20:27:43 +0000 |
commit | 978acb29328045be8a0e41eb1c4539b8334cdace (patch) | |
tree | ffcb923e49aa4fe82a1ad425bd2099e7d27670fd | |
parent | 4cd4aa601d7b8775dc64b19bed04b3a4a15391d9 (diff) |
fix spelling of 'track' in cli help
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@3638 b64f7644-9d1e-0410-96f1-a4d463321fa5
-rw-r--r-- | test/test.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/test/test.c b/test/test.c index 63282a549..e0ec36c8a 100644 --- a/test/test.c +++ b/test/test.c @@ -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" |