diff options
author | jbrjake <[email protected]> | 2010-05-15 00:16:15 +0000 |
---|---|---|
committer | jbrjake <[email protected]> | 2010-05-15 00:16:15 +0000 |
commit | ed1c1b3fb49e1970427dd076739dfed79f15e183 (patch) | |
tree | 3980b9ffdaf1b94b4946ae4880bd7f43256a8d59 /test/test.c | |
parent | 8ed88a9c59f4bd74804290dcc87e7483ce06f896 (diff) |
CLI: Removes misleading help message indicating quality still ran on a 0-1 scale.
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@3295 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'test/test.c')
-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 22ed1f124..30c9bfab2 100644 --- a/test/test.c +++ b/test/test.c @@ -2247,7 +2247,7 @@ static void ShowHelp() " -x, --x264opts <string> Specify advanced x264 options in the\n" " same style as mencoder:\n" " option1=value1:option2=value2\n" - " -q, --quality <float> Set video quality (0.0..1.0)\n" + " -q, --quality <number> Set video quality\n" " -S, --size <MB> Set target size\n" " -b, --vb <kb/s> Set video bitrate (default: 1000)\n" " -2, --two-pass Use two-pass mode\n" |