Browse Source

[options] Clarify that --password can be left out (#4723)

master
Philipp Hagemeister 10 years ago
parent
commit
ba319696a9
1 changed files with 1 additions and 1 deletions
  1. 2
      youtube_dl/options.py

2
youtube_dl/options.py

@ -264,7 +264,7 @@ def parseOpts(overrideArguments=None):
authentication.add_option( authentication.add_option(
'-p', '--password', '-p', '--password',
dest='password', metavar='PASSWORD', dest='password', metavar='PASSWORD',
help='account password')
help='account password. If this option is left out, youtube-dl will ask interactively.')
authentication.add_option( authentication.add_option(
'-2', '--twofactor', '-2', '--twofactor',
dest='twofactor', metavar='TWOFACTOR', dest='twofactor', metavar='TWOFACTOR',

Loading…
Cancel
Save