mirror of
				https://github.com/ytdl-org/youtube-dl.git
				synced 2025-10-29 09:26:20 -07:00 
			
		
		
		
	[options] Clarify that --password can be left out (#4723)
This commit is contained in:
		| @@ -264,7 +264,7 @@ def parseOpts(overrideArguments=None): | ||||
|     authentication.add_option( | ||||
|         '-p', '--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( | ||||
|         '-2', '--twofactor', | ||||
|         dest='twofactor', metavar='TWOFACTOR', | ||||
|   | ||||
		Reference in New Issue
	
	Block a user