X-Git-Url: http://git.bitcoin.ninja/index.cgi?a=blobdiff_plain;f=youtube_dl%2Foptions.py;h=4144454e578797437549766f38abfffc042bf645;hb=3540fe262f6131b220d3af7ee8017e8407e44319;hp=100d213107f2e9bb3fdb9656a3239a6445858d6e;hpb=537f753399ed9fd07fcb9285a2a3330010394c85;p=youtube-dl diff --git a/youtube_dl/options.py b/youtube_dl/options.py index 100d21310..4144454e5 100644 --- a/youtube_dl/options.py +++ b/youtube_dl/options.py @@ -341,7 +341,7 @@ def parseOpts(overrideArguments=None): authentication.add_option( '-2', '--twofactor', dest='twofactor', metavar='TWOFACTOR', - help='Two-factor auth code') + help='Two-factor authentication code') authentication.add_option( '-n', '--netrc', action='store_true', dest='usenetrc', default=False, @@ -469,7 +469,7 @@ def parseOpts(overrideArguments=None): downloader.add_option( '--xattr-set-filesize', dest='xattr_set_filesize', action='store_true', - help='Set file xattribute ytdl.filesize with expected filesize (experimental)') + help='Set file xattribute ytdl.filesize with expected file size (experimental)') downloader.add_option( '--hls-prefer-native', dest='hls_prefer_native', action='store_true', default=None, @@ -831,6 +831,7 @@ def parseOpts(overrideArguments=None): parser.add_option_group(video_format) parser.add_option_group(subtitles) parser.add_option_group(authentication) + parser.add_option_group(adobe_pass) parser.add_option_group(postproc) if overrideArguments is not None: