1
0
mirror of https://github.com/yt-dlp/yt-dlp.git synced 2024-09-05 18:39:37 +02:00

[options] Fix load info help string

This commit is contained in:
Sergey M․ 2015-04-04 20:09:11 +06:00
parent 6b70a4eb7d
commit 1a48181a9f

View File

@ -670,7 +670,7 @@ def _hide_login_info(opts):
filesystem.add_option( filesystem.add_option(
'--load-info', '--load-info',
dest='load_info_filename', metavar='FILE', 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( filesystem.add_option(
'--cookies', '--cookies',
dest='cookiefile', metavar='FILE', dest='cookiefile', metavar='FILE',