]> jfr.im git - yt-dlp.git/blobdiff - youtube_dlc/options.py
Release 2021.01.09
[yt-dlp.git] / youtube_dlc / options.py
index b00db519aa039980bab051cd70605ced652c82cc..41ad8a57952e8c8fdd7a559e9b9a513057e1eb71 100644 (file)
@@ -466,7 +466,7 @@ def _comma_separated_values_options_callback(option, opt_str, value, parser):
     video_format.add_option(
         '--prefer-free-formats',
         action='store_true', dest='prefer_free_formats', default=False,
-        help='Prefer free video formats unless a specific one is requested')
+        help='Prefer free video formats over non-free formats of same quality')
     video_format.add_option(
         '-F', '--list-formats',
         action='store_true', dest='listformats',