projects
/
youtube-dl
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6b70a4e
)
[options] Fix load info help string
author
Sergey M․
<dstftw@gmail.com>
Sat, 4 Apr 2015 14:09:11 +0000
(20:09 +0600)
committer
Sergey M․
<dstftw@gmail.com>
Sat, 4 Apr 2015 14:09:11 +0000
(20:09 +0600)
youtube_dl/options.py
patch
|
blob
|
history
diff --git
a/youtube_dl/options.py
b/youtube_dl/options.py
index 2097a9436d13eb4f1742a5fdcf502fba1d08bc74..5720fb424ff44ac3e659a797ee2bef8a5a1529b1 100644
(file)
--- 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',