From c96586cf27e32f001f5eea4dc94837539f9621dc Mon Sep 17 00:00:00 2001 From: kikuyan Date: Thu, 5 Aug 2021 14:23:50 +0900 Subject: [PATCH] modify --all-subs option's explanation --- youtube_dl/options.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/youtube_dl/options.py b/youtube_dl/options.py index 0a0641bd4..91c0fbc02 100644 --- a/youtube_dl/options.py +++ b/youtube_dl/options.py @@ -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,