[options] Mention login in --username documentation (#3753)

This commit is contained in:
Philipp Hagemeister 2014-10-12 22:45:36 +02:00
parent 2417dc1715
commit b88b45e46c
1 changed files with 1 additions and 1 deletions

View File

@ -205,7 +205,7 @@ def parseOpts(overrideArguments=None):
help='Try to download the DASH manifest on YouTube videos (experimental)')
authentication.add_option('-u', '--username',
dest='username', metavar='USERNAME', help='account username')
dest='username', metavar='USERNAME', help='login with this account ID')
authentication.add_option('-p', '--password',
dest='password', metavar='PASSWORD', help='account password')
authentication.add_option('-2', '--twofactor',