summary refs log tree commit diff
diff options
context:
space:
mode:
authorSergey M․ <dstftw@gmail.com>2016-01-23 01:50:06 +0600
committerSergey M․ <dstftw@gmail.com>2016-01-23 01:50:06 +0600
commit1ca59daca964b789105b50aa42835aa87c982342 (patch)
tree39bfa33dbc9cd3985b8d143fb42530e9ce95eb75
parent594c4d79a5cc988af99cbd0e3c00d1752e277dd1 (diff)
downloadyoutube-dl-1ca59daca964b789105b50aa42835aa87c982342.tar.gz
youtube-dl-1ca59daca964b789105b50aa42835aa87c982342.tar.xz
youtube-dl-1ca59daca964b789105b50aa42835aa87c982342.zip
[options] Clarify language tags
-rw-r--r--youtube_dl/options.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/youtube_dl/options.py b/youtube_dl/options.py
index ade58c375..433245f00 100644
--- a/youtube_dl/options.py
+++ b/youtube_dl/options.py
@@ -380,7 +380,7 @@ def parseOpts(overrideArguments=None):
         '--sub-lang', '--sub-langs', '--srt-lang',
         action='callback', dest='subtitleslangs', metavar='LANGS', type='str',
         default=[], callback=_comma_separated_values_options_callback,
-        help='Languages of the subtitles to download (optional) separated by commas, use IETF language tags like \'en,pt\'')
+        help='Languages of the subtitles to download (optional) separated by commas, use --list-subs for available language tags')
 
     downloader = optparse.OptionGroup(parser, 'Download Options')
     downloader.add_option(