From 1a48181a9ff872e4b8428603f70851c386a2790d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sergey=20M=E2=80=A4?= Date: Sat, 4 Apr 2015 20:09:11 +0600 Subject: [PATCH] [options] Fix load info help string --- youtube_dl/options.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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',