projects
/
youtube-dl
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
910c552
)
[options] Clarify that --password can be left out (#4723)
author
Philipp Hagemeister
<phihag@phihag.de>
Sat, 17 Jan 2015 22:56:34 +0000
(23:56 +0100)
committer
Philipp Hagemeister
<phihag@phihag.de>
Sat, 17 Jan 2015 22:56:34 +0000
(23:56 +0100)
youtube_dl/options.py
patch
|
blob
|
history
diff --git
a/youtube_dl/options.py
b/youtube_dl/options.py
index a30974efd382511b652397c475371b368f86f85b..f25c12e522d239f088a50916e53308432589e369 100644
(file)
--- a/
youtube_dl/options.py
+++ b/
youtube_dl/options.py
@@
-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',