aboutsummaryrefslogtreecommitdiffstats
path: root/yt_dlp/options.py
diff options
context:
space:
mode:
authorpukkandan <pukkandan.ytdlp@gmail.com>2021-11-04 03:40:35 +0530
committerpukkandan <pukkandan.ytdlp@gmail.com>2021-11-04 03:53:15 +0530
commita4211baff55f72bd1ca0649407c3d134bfcd2646 (patch)
tree7c733a1c6f70aaf7cd569f6b73d08f562fc7cead /yt_dlp/options.py
parent8913ef74d76d8e93e4aeaf9d2827ca950c17f8ce (diff)
downloadhypervideo-pre-a4211baff55f72bd1ca0649407c3d134bfcd2646.tar.lz
hypervideo-pre-a4211baff55f72bd1ca0649407c3d134bfcd2646.tar.xz
hypervideo-pre-a4211baff55f72bd1ca0649407c3d134bfcd2646.zip
[cleanup] Minor cleanup
Diffstat (limited to 'yt_dlp/options.py')
-rw-r--r--yt_dlp/options.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/yt_dlp/options.py b/yt_dlp/options.py
index bd9fdd37b..89a1a8637 100644
--- a/yt_dlp/options.py
+++ b/yt_dlp/options.py
@@ -634,7 +634,7 @@ def parseOpts(overrideArguments=None):
action='callback', dest='subtitleslangs', metavar='LANGS', type='str',
default=[], callback=_list_from_options_callback,
help=(
- 'Languages of the subtitles to download (can be regex) or "all" separated by commas. (Eg: --sub-langs en.*,ja) '
+ 'Languages of the subtitles to download (can be regex) or "all" separated by commas. (Eg: --sub-langs "en.*,ja") '
'You can prefix the language code with a "-" to exempt it from the requested languages. (Eg: --sub-langs all,-live_chat) '
'Use --list-subs for a list of available language tags'))