1
0
mirror of https://github.com/yt-dlp/yt-dlp.git synced 2024-09-05 10:29:35 +02:00

[options] Clarify --write-annotations help

This commit is contained in:
Sergey M․ 2015-05-02 23:38:30 +06:00
parent 2699da8041
commit 0669c89c55

View File

@ -637,7 +637,7 @@ def _hide_login_info(opts):
filesystem.add_option(
'--write-annotations',
action='store_true', dest='writeannotations', default=False,
help='Write video annotations to a .annotation file')
help='Write video annotations to a .annotations.xml file')
filesystem.add_option(
'--load-info',
dest='load_info_filename', metavar='FILE',