summary refs log tree commit diff
diff options
context:
space:
mode:
authorPhilipp Hagemeister <phihag@phihag.de>2015-01-17 23:56:34 +0100
committerPhilipp Hagemeister <phihag@phihag.de>2015-01-17 23:56:34 +0100
commitba319696a99f34342a321d23bb41d3d442a773cc (patch)
treeb33744cf050dcd918109c50b1481d211df3d37de
parent910c55205293097e79b2a134b69b572984e37846 (diff)
downloadyoutube-dl-ba319696a99f34342a321d23bb41d3d442a773cc.tar.gz
youtube-dl-ba319696a99f34342a321d23bb41d3d442a773cc.tar.xz
youtube-dl-ba319696a99f34342a321d23bb41d3d442a773cc.zip
[options] Clarify that --password can be left out (#4723)
-rw-r--r--youtube_dl/options.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/youtube_dl/options.py b/youtube_dl/options.py
index a30974efd..f25c12e52 100644
--- 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',