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:
parent
5763bb78c8
commit
6176eabe95
@ -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,
|
||||||
|
Loading…
Reference in New Issue
Block a user