youtube-dl

Another place where youtube-dl lives on
git clone git://git.oshgnacknak.de/youtube-dl.git
Log | Files | Refs | README | LICENSE

commit 0669c89c55a77eeda2b9767e096c465b12c67b8c
parent 2699da8041cf10a636e0ac99efb91854b2c3aa58
Author: Sergey M․ <dstftw@gmail.com>
Date:   Sat,  2 May 2015 23:38:30 +0600

[options] Clarify `--write-annotations` help

Diffstat:
Myoutube_dl/options.py | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/youtube_dl/options.py b/youtube_dl/options.py @@ -637,7 +637,7 @@ def parseOpts(overrideArguments=None): 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',