From: Sergey M․ Date: Sat, 2 May 2015 17:38:30 +0000 (+0600) Subject: [options] Clarify `--write-annotations` help X-Git-Url: http://git.bitcoin.ninja/index.cgi?a=commitdiff_plain;h=0669c89c55a77eeda2b9767e096c465b12c67b8c;p=youtube-dl [options] Clarify `--write-annotations` help --- diff --git a/youtube_dl/options.py b/youtube_dl/options.py index d0aa8296d..22dbc3aec 100644 --- 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',