diff options
author | jbrjake <[email protected]> | 2007-07-27 18:03:44 +0000 |
---|---|---|
committer | jbrjake <[email protected]> | 2007-07-27 18:03:44 +0000 |
commit | d3aae85513977db9ef53616120aead6a4bde940f (patch) | |
tree | a522484052ca572ea6441f49eb8cf21b9463642f /test | |
parent | 537a971fe4d7df1709208ec49c312821ef26fa01 (diff) |
Patch from huevos_rancheros to fix a minor typo in the CLI's help.
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@753 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'test')
-rw-r--r-- | test/test.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/test.c b/test/test.c index d2a0a2d4f..b4f68901f 100644 --- a/test/test.c +++ b/test/test.c @@ -814,7 +814,7 @@ static void ShowHelp() " <QP:M> (default 0:2)\n" " -8, --denoise Denoise video with hqdn3d filter\n" " <SL:SC:TL:TC> (default 4:3:6:4.5)\n" - " -8, --detelecine Detelecine video with pullup filter\n" + " -9, --detelecine Detelecine video with pullup filter\n" " <L:R:T:B:SB:MP> (default 1:1:4:4:0:0)\n" " -g, --grayscale Grayscale encoding\n" " -p, --pixelratio Store pixel aspect ratio in video stream\n" |