]> jfr.im git - yt-dlp.git/blobdiff - yt_dlp/options.py
Release 2021.06.23
[yt-dlp.git] / yt_dlp / options.py
index bd817fed746142c718c9f4c566c062ecae223011..4ad5223fae9362ef7fdfdec9fca0cab527ec77a5 100644 (file)
@@ -1204,7 +1204,7 @@ def _dict_from_options_callback(
     postproc.add_option(
         '--embed-thumbnail',
         action='store_true', dest='embedthumbnail', default=False,
-        help='Embed thumbnail in the video/audio as cover art')
+        help='Embed thumbnail in the video as cover art')
     postproc.add_option(
         '--no-embed-thumbnail',
         action='store_false', dest='embedthumbnail',