]> jfr.im git - yt-dlp.git/blobdiff - yt_dlp/__init__.py
[docs] Misc improvements
[yt-dlp.git] / yt_dlp / __init__.py
index 29c467b0e8bcbc8172c1362965f7e265a5b906b5..9382ff43baee0cb1f1ba34ffba1aa4e289d27000 100644 (file)
@@ -489,7 +489,7 @@ def report_conflict(arg1, opt1, arg2='--allow-unplayable-formats', opt2='allow_u
                     val1=opts.sponskrub and opts.sponskrub_cut)
 
     # Conflicts with --allow-unplayable-formats
-    report_conflict('--add-metadata', 'addmetadata')
+    report_conflict('--embed-metadata', 'addmetadata')
     report_conflict('--embed-chapters', 'addchapters')
     report_conflict('--embed-info-json', 'embed_infojson')
     report_conflict('--embed-subs', 'embedsubtitles')