1
0
Fork 0
mirror of https://github.com/ytdl-org/youtube-dl.git synced 2024-06-26 13:49:38 +00:00
This commit is contained in:
Deleted user 2024-06-14 11:55:18 +00:00 committed by GitHub
commit 2b65f8d150
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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,