diff options
author | Sergey M․ <dstftw@gmail.com> | 2015-04-04 20:09:11 +0600 |
---|---|---|
committer | Sergey M․ <dstftw@gmail.com> | 2015-04-04 20:09:11 +0600 |
commit | 1a48181a9ff872e4b8428603f70851c386a2790d (patch) | |
tree | a16766e8a9c15af11b2240a526f0a867c4569a46 | |
parent | 6b70a4eb7d4bcbe6812f78876b4aa9aa44a58fef (diff) |
[options] Fix load info help string
-rw-r--r-- | youtube_dl/options.py | 2 |
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', |