[options] Clarify `--write-annotations` help
authorSergey M․ <dstftw@gmail.com>
Sat, 2 May 2015 17:38:30 +0000 (23:38 +0600)
committerSergey M․ <dstftw@gmail.com>
Sat, 2 May 2015 17:38:30 +0000 (23:38 +0600)
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',