diff options
author | dtparr <[email protected]> | 2019-12-02 23:23:23 -0600 |
---|---|---|
committer | Damiano Galassi <[email protected]> | 2019-12-19 19:35:43 +0100 |
commit | fb51c9973012f677b327d491b8e8dbe79e05fe14 (patch) | |
tree | 5d3e2b566735a14307b0b604a34241b62cd04776 /test | |
parent | c76baf650f2dbbe201453429fa4da74c5178632f (diff) |
Update ShowHelp() with option to name subtitles
Option was added in https://github.com/HandBrake/HandBrake/commit/a1b407bc341c493aa027d526faeb3404e085e8a0 but isn't mentioned in the help. A similar change has been proposed to docs.
Diffstat (limited to 'test')
-rw-r--r-- | test/test.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/test/test.c b/test/test.c index caf7b6937..db87bac1f 100644 --- a/test/test.c +++ b/test/test.c @@ -1824,6 +1824,8 @@ static void ShowHelp() " or less is selected. This should locate subtitles\n" " for short foreign language segments. Best used in\n" " conjunction with --subtitle-forced.\n" +" -S, --subname <string> Set subtitle track name(s).\n" +" Separate tracks by commas.\n" " -F, --subtitle-forced[=string]\n" " Only display subtitles from the selected stream\n" " if the subtitle has the forced flag set. The\n" |