mirror of
https://github.com/ytdl-org/youtube-dl.git
synced 2024-11-21 17:51:51 +00:00
modify --all-subs option's explanation
This commit is contained in:
parent
a803582717
commit
c96586cf27
1 changed files with 1 additions and 1 deletions
|
@ -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 a new issue