diff options
Diffstat (limited to 'test')
-rw-r--r-- | test/test.c | 5 |
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" |