aboutsummaryrefslogtreecommitdiff
path: root/youtube_dl/options.py
diff options
context:
space:
mode:
authorNikoli <nikoli@gmx.us>2015-04-15 20:27:40 +0300
committerJaime Marquínez Ferrándiz <jaime.marquinez.ferrandiz@gmail.com>2015-05-01 11:54:40 +0200
commit083c1bb960715031aed63dfb834a5bdc5ac6ff9a (patch)
tree48dc6f6a8ffb4091e23b2cf39054977fe243ec70 /youtube_dl/options.py
parent861e65eb0573c824cf82e1f31b7169df2efa74ab (diff)
downloadyoutube-dl-083c1bb960715031aed63dfb834a5bdc5ac6ff9a.tar.xz
Add ability to embed subtitles in mkv files (closes #5434)
Diffstat (limited to 'youtube_dl/options.py')
-rw-r--r--youtube_dl/options.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/youtube_dl/options.py b/youtube_dl/options.py
index 4c9d39d9a..d0aa8296d 100644
--- a/youtube_dl/options.py
+++ b/youtube_dl/options.py
@@ -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,