[options] Fix load info help string
authorSergey M․ <dstftw@gmail.com>
Sat, 4 Apr 2015 14:09:11 +0000 (20:09 +0600)
committerSergey M․ <dstftw@gmail.com>
Sat, 4 Apr 2015 14:09:11 +0000 (20:09 +0600)
youtube_dl/options.py

index 2097a9436d13eb4f1742a5fdcf502fba1d08bc74..5720fb424ff44ac3e659a797ee2bef8a5a1529b1 100644 (file)
@@ -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',