From: Sergey M․ Date: Sun, 5 Jun 2016 19:52:58 +0000 (+0700) Subject: [options] Add --load-info-json alias for symmetry with --write-info-json X-Git-Url: http://git.cielonegro.org/gitweb.cgi?a=commitdiff_plain;h=244fe977fec880f1bce55683437a711e12075b72;p=youtube-dl.git [options] Add --load-info-json alias for symmetry with --write-info-json --- diff --git a/youtube_dl/options.py b/youtube_dl/options.py index 14051b714..99ce4131f 100644 --- a/youtube_dl/options.py +++ b/youtube_dl/options.py @@ -668,7 +668,7 @@ def parseOpts(overrideArguments=None): action='store_true', dest='writeannotations', default=False, help='Write video annotations to a .annotations.xml file') filesystem.add_option( - '--load-info', + '--load-info-json', '--load-info', dest='load_info_filename', metavar='FILE', help='JSON file containing the video information (created with the "--write-info-json" option)') filesystem.add_option(