X-Git-Url: http://git.bitcoin.ninja/index.cgi?a=blobdiff_plain;f=youtube_dl%2Foptions.py;h=22dbc3aec7866ad3f5d048c35737486a8fdac8fc;hb=ce5c1ae51703d1be4e486cbe8d3dfc2ab16372a8;hp=d0aa8296dba2f60e217763ba585e444f607180c7;hpb=083c1bb960715031aed63dfb834a5bdc5ac6ff9a;p=youtube-dl 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',