summaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
authoreddyg <[email protected]>2007-08-29 05:49:44 +0000
committereddyg <[email protected]>2007-08-29 05:49:44 +0000
commitec3badbdc790b554252efb299a3348e5051da3b0 (patch)
tree23d16664f24bbe27bbb01cc6662b660b765eed96 /test
parent3341802977083ccebf81a6b1306ae7ac6180fe5d (diff)
Updated the CLI comments for subtitle scan to correspond with the new
extra pass method now employed. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@890 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'test')
-rw-r--r--test/test.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/test/test.c b/test/test.c
index 6793d22cc..cddcadf8e 100644
--- a/test/test.c
+++ b/test/test.c
@@ -828,10 +828,11 @@ static void ShowHelp()
" -Y, --maxHeight <#> Set maximum height\n"
" -X, --maxWidth <#> Set maximum width\n"
" -s, --subtitle <number> Select subtitle (default: none)\n"
- " -U, --subtitle-scan Scan for subtitles on the first pass, and choose\n"
+ " -U, --subtitle-scan Scan for subtitles in an extra first pass, and choose\n"
" the one that's only used 10 percent of the time\n"
" or less. This should locate subtitles for short\n"
- " foreign language segments. Only works with 2-pass.\n"
+ " foreign language segments. Best used in conjunction\n"
+ " with --subtitle-forced.\n"
" -F, --subtitle-forced Only display subtitles from the selected stream if\n"
" the subtitle has the forced flag set. May be used in\n"
" conjunction with --subtitle-scan to auto-select\n"