]> jfr.im git - yt-dlp.git/blobdiff - yt_dlp/options.py
[docs] Minor improvements (#3309, #3343)
[yt-dlp.git] / yt_dlp / options.py
index 06c613262b95cada4b82b1754b323a76760043ab..67db6d06760713ba6393af1fdb55a6301d9c5f98 100644 (file)
@@ -634,7 +634,7 @@ def _dict_from_options_callback(
     video_format.add_option(
         '--check-formats',
         action='store_const', const='selected', dest='check_formats', default=None,
-        help='Check that the selected formats are actually downloadable')
+        help='Make sure formats are selected only from those that are actually downloadable')
     video_format.add_option(
         '--check-all-formats',
         action='store_true', dest='check_formats',