]> git.bitcoin.ninja Git - youtube-dl/blobdiff - youtube_dl/options.py
[options] Fix load info help string
[youtube-dl] / 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',