X-Git-Url: http://git.bitcoin.ninja/index.cgi?a=blobdiff_plain;f=youtube_dl%2Foptions.py;h=22dbc3aec7866ad3f5d048c35737486a8fdac8fc;hb=4384cf9e7d59492141ebd45f77830238097c695c;hp=4c9d39d9a475a9b23ee3d51a5cec222321e7e053;hpb=9f3fa89f7c6300c8a7372cf7f694fd8a659785cb;p=youtube-dl diff --git a/youtube_dl/options.py b/youtube_dl/options.py index 4c9d39d9a..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', @@ -698,7 +698,7 @@ def parseOpts(overrideArguments=None): postproc.add_option( '--embed-subs', action='store_true', dest='embedsubtitles', default=False, - help='Embed subtitles in the video (only for mp4 videos)') + help='Embed subtitles in the video (only for mkv and mp4 videos)') postproc.add_option( '--embed-thumbnail', action='store_true', dest='embedthumbnail', default=False,