From: Sergey M․ Date: Fri, 22 Jan 2016 19:50:06 +0000 (+0600) Subject: [options] Clarify language tags X-Git-Url: http://git.oshgnacknak.de/?a=commitdiff_plain;h=1ca59daca964b789105b50aa42835aa87c982342;p=youtube-dl [options] Clarify language tags --- 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(