diff options
author | Sergey M․ <dstftw@gmail.com> | 2016-01-23 01:50:06 +0600 |
---|---|---|
committer | Sergey M․ <dstftw@gmail.com> | 2016-01-23 01:50:06 +0600 |
commit | 1ca59daca964b789105b50aa42835aa87c982342 (patch) | |
tree | 39bfa33dbc9cd3985b8d143fb42530e9ce95eb75 | |
parent | 594c4d79a5cc988af99cbd0e3c00d1752e277dd1 (diff) |
[options] Clarify language tags
-rw-r--r-- | youtube_dl/options.py | 2 |
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( |