aboutsummaryrefslogtreecommitdiffstats
path: root/youtube_dl/options.py
diff options
context:
space:
mode:
authorSergey M․ <dstftw@gmail.com>2016-06-06 02:52:58 +0700
committerSergey M․ <dstftw@gmail.com>2016-06-06 02:52:58 +0700
commit244fe977fec880f1bce55683437a711e12075b72 (patch)
treed07d375c7216fd1ad49e0d9a8c029a4df8315537 /youtube_dl/options.py
parent7b0d1c28597bd38567e5b4e853f669a5a601c6e8 (diff)
downloadyoutube-dl-244fe977fec880f1bce55683437a711e12075b72.zip
youtube-dl-244fe977fec880f1bce55683437a711e12075b72.tar.gz
youtube-dl-244fe977fec880f1bce55683437a711e12075b72.tar.bz2
[options] Add --load-info-json alias for symmetry with --write-info-json
Diffstat (limited to 'youtube_dl/options.py')
-rw-r--r--youtube_dl/options.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/youtube_dl/options.py b/youtube_dl/options.py
index 14051b7..99ce413 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(