aboutsummaryrefslogtreecommitdiffstats
path: root/youtube_dl/options.py
diff options
context:
space:
mode:
authorSergey M․ <dstftw@gmail.com>2016-09-15 22:17:17 +0700
committerSergey M․ <dstftw@gmail.com>2016-09-15 22:17:17 +0700
commit537f753399ed9fd07fcb9285a2a3330010394c85 (patch)
tree8c4d7341a59e55988c75f177129770f61b8b78fe /youtube_dl/options.py
parentc8498368549048a578d5f30773aaa9760454983c (diff)
downloadyoutube-dl-537f753399ed9fd07fcb9285a2a3330010394c85.zip
youtube-dl-537f753399ed9fd07fcb9285a2a3330010394c85.tar.gz
youtube-dl-537f753399ed9fd07fcb9285a2a3330010394c85.tar.bz2
[options] Improve Adobe Pass wording
Diffstat (limited to 'youtube_dl/options.py')
-rw-r--r--youtube_dl/options.py8
1 files changed, 4 insertions, 4 deletions
diff --git a/youtube_dl/options.py b/youtube_dl/options.py
index b2e8631..100d213 100644
--- a/youtube_dl/options.py
+++ b/youtube_dl/options.py
@@ -355,19 +355,19 @@ def parseOpts(overrideArguments=None):
adobe_pass.add_option(
'--ap-mso',
dest='ap_mso', metavar='MSO',
- help='Adobe Pass Multiple-system operator Identifier')
+ help='Adobe Pass multiple-system operator (TV provider) identifier, use --ap-list-mso for a list of available MSOs')
adobe_pass.add_option(
'--ap-username',
dest='ap_username', metavar='USERNAME',
- help='TV Provider Login with this account ID')
+ help='Multiple-system operator account login')
adobe_pass.add_option(
'--ap-password',
dest='ap_password', metavar='PASSWORD',
- help='TV Provider Account password. If this option is left out, youtube-dl will ask interactively.')
+ help='Multiple-system operator account password. If this option is left out, youtube-dl will ask interactively.')
adobe_pass.add_option(
'--ap-list-mso',
action='store_true', dest='ap_list_mso', default=False,
- help='List all supported TV Providers')
+ help='List all supported multiple-system operators')
video_format = optparse.OptionGroup(parser, 'Video Format Options')
video_format.add_option(