1
0
mirror of https://github.com/spaam/svtplay-dl.git synced 2024-11-24 04:05:39 +01:00

Minor option description clarification

Appended information to the description about --merge-subtitle invoking the --remux option automatically
This commit is contained in:
iwconfig 2017-04-01 02:41:20 +02:00 committed by Johan Andersson
parent 5763bb78c8
commit 6176eabe95

View File

@ -392,7 +392,7 @@ def main():
action="store_true", dest="subtitle", default=False, action="store_true", dest="subtitle", default=False,
help="download subtitle from the site if available") help="download subtitle from the site if available")
parser.add_option("-M", "--merge-subtitle", action="store_true", dest="merge_subtitle", parser.add_option("-M", "--merge-subtitle", action="store_true", dest="merge_subtitle",
default=False, help="merge subtitle with video/audio file with corresponding ISO639-3 language code. use with -S for external also.") default=False, help="merge subtitle with video/audio file with corresponding ISO639-3 language code. this invokes --remux automatically. use with -S for external also.")
parser.add_option("--force-subtitle", dest="force_subtitle", default=False, parser.add_option("--force-subtitle", dest="force_subtitle", default=False,
action="store_true", help="download only subtitle if its used with -S") action="store_true", help="download only subtitle if its used with -S")
parser.add_option("--require-subtitle", dest="require_subtitle", default=False, parser.add_option("--require-subtitle", dest="require_subtitle", default=False,