X-Git-Url: http://git.bitcoin.ninja/index.cgi?a=blobdiff_plain;f=youtube_dl%2Foptions.py;h=7819f14ab0b36786e06a432f15cb9e0429320288;hb=4333d56494a48929303ce306330ee3cded989d48;hp=822728afc5b7a1bbae9e97435a0fffb0dd1d25e9;hpb=52bb437e412726a37d585cf782c88bc8c8a042a4;p=youtube-dl diff --git a/youtube_dl/options.py b/youtube_dl/options.py index 822728afc..7819f14ab 100644 --- a/youtube_dl/options.py +++ b/youtube_dl/options.py @@ -724,7 +724,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 mkv and mp4 videos)') + help='Embed subtitles in the video (only for mp4, webm and mkv videos)') postproc.add_option( '--embed-thumbnail', action='store_true', dest='embedthumbnail', default=False,