mirror of
https://github.com/yt-dlp/yt-dlp.git
synced 2024-11-02 09:12:40 +01:00
[options] Clarify that --password can be left out (#4723)
This commit is contained in:
parent
910c552052
commit
ba319696a9
@ -264,7 +264,7 @@ def _hide_login_info(opts):
|
|||||||
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…
Reference in New Issue
Block a user