1
0
Fork 0
mirror of https://github.com/ytdl-org/youtube-dl.git synced 2024-06-17 01:09:35 +00:00

modify --all-subs option's explanation

This commit is contained in:
kikuyan 2021-08-05 14:23:50 +09:00
parent a803582717
commit c96586cf27

View file

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