aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSergey M․ <dstftw@gmail.com>2015-04-04 20:09:11 +0600
committerSergey M․ <dstftw@gmail.com>2015-04-04 20:09:11 +0600
commit1a48181a9ff872e4b8428603f70851c386a2790d (patch)
treea16766e8a9c15af11b2240a526f0a867c4569a46
parent6b70a4eb7d4bcbe6812f78876b4aa9aa44a58fef (diff)
downloadyoutube-dl-1a48181a9ff872e4b8428603f70851c386a2790d.tar.xz
[options] Fix load info help string
-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 2097a9436..5720fb424 100644
--- a/youtube_dl/options.py
+++ b/youtube_dl/options.py
@@ -670,7 +670,7 @@ def parseOpts(overrideArguments=None):
filesystem.add_option(
'--load-info',
dest='load_info_filename', metavar='FILE',
- help='Specify JSON file containing the video information (created with the "--write-json" option)')
+ help='JSON file containing the video information (created with the "--write-info-json" option)')
filesystem.add_option(
'--cookies',
dest='cookiefile', metavar='FILE',