mirror of
https://github.com/ytdl-org/youtube-dl
synced 2025-01-24 04:10:12 +09:00
Merge c96586cf27
into c5098961b0
This commit is contained in:
commit
c50295df0b
@ -432,7 +432,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