mirror of
https://github.com/spaam/svtplay-dl.git
synced 2024-11-24 04:05:39 +01:00
parser: updated help descriptions of -S and -M if used together
This commit is contained in:
parent
487da6b643
commit
f3d8371eb5
@ -211,7 +211,7 @@ def gen_parser(version="unknown"):
|
||||
action="store_true",
|
||||
dest="subtitle",
|
||||
default=False,
|
||||
help="download subtitle from the site if available",
|
||||
help="download subtitle from the site if available. both merged and separately stored if used with -M",
|
||||
)
|
||||
subtitle.add_argument(
|
||||
"-M",
|
||||
@ -219,7 +219,7 @@ def gen_parser(version="unknown"):
|
||||
action="store_true",
|
||||
dest="merge_subtitle",
|
||||
default=False,
|
||||
help="merge subtitle with video/audio file with corresponding ISO639-3 language code." "this invokes --remux automatically.",
|
||||
help="merge subtitle with video/audio file with corresponding ISO639-3 language code. also saved separately if used with -S",
|
||||
)
|
||||
subtitle.add_argument(
|
||||
"--force-subtitle",
|
||||
|
Loading…
Reference in New Issue
Block a user