Merge pull request #8898 from dstftw/fragment-retries
[youtube-dl] / youtube_dl / options.py
index 822728afc5b7a1bbae9e97435a0fffb0dd1d25e9..7819f14ab0b36786e06a432f15cb9e0429320288 100644 (file)
@@ -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,