modify --all-subs option's explanation
This commit is contained in:
parent
a803582717
commit
c96586cf27
@ -434,7 +434,7 @@ def parseOpts(overrideArguments=None):
|
||||
subtitles.add_option(
|
||||
'--all-subs',
|
||||
action='store_true', dest='allsubtitles', default=False,
|
||||
help='Download all the available subtitles of the video')
|
||||
help='Write subtitle files of all available languages for the video (format follows --sub-format)')
|
||||
subtitles.add_option(
|
||||
'--list-subs',
|
||||
action='store_true', dest='listsubtitles', default=False,
|
||||
|
Loading…
Reference in New Issue
Block a user