[options] Mention login in --username documentation (#3753)
authorPhilipp Hagemeister <phihag@phihag.de>
Sun, 12 Oct 2014 20:45:36 +0000 (22:45 +0200)
committerPhilipp Hagemeister <phihag@phihag.de>
Sun, 12 Oct 2014 20:45:36 +0000 (22:45 +0200)
youtube_dl/options.py

index f651337adbedf1b58460d7fa147dec79664b0f27..ad3154a7d2311f3b6e6d8c4aefbeebcf056dd84d 100644 (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',