Quellcode durchsuchen

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

Philipp Hagemeister vor 11 Jahren
Ursprung
Commit
b88b45e46c
1 geänderte Dateien mit 1 neuen und 1 gelöschten Zeilen
  1. 1 1
      youtube_dl/options.py

+ 1 - 1
youtube_dl/options.py

@@ -205,7 +205,7 @@ def parseOpts(overrideArguments=None):
         help='Try to download the DASH manifest on YouTube videos (experimental)')
         help='Try to download the DASH manifest on YouTube videos (experimental)')
 
 
     authentication.add_option('-u', '--username',
     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',
     authentication.add_option('-p', '--password',
             dest='password', metavar='PASSWORD', help='account password')
             dest='password', metavar='PASSWORD', help='account password')
     authentication.add_option('-2', '--twofactor',
     authentication.add_option('-2', '--twofactor',