[options] Clarify `--write-annotations` help
[youtube-dl] / youtube_dl / options.py
index d0aa8296dba2f60e217763ba585e444f607180c7..22dbc3aec7866ad3f5d048c35737486a8fdac8fc 100644 (file)
@@ -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',