From ebc7d3ff1f39a2f71ab7360ce25a37da744c8f3e Mon Sep 17 00:00:00 2001 From: pukkandan Date: Fri, 8 Apr 2022 14:05:36 +0530 Subject: [docs] Minor improvements (#3309, #3343) Authored by: cffswb, danielyli Co-authored-by: Daniel Li Co-authored-by: cffswb --- yt_dlp/options.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'yt_dlp/options.py') diff --git a/yt_dlp/options.py b/yt_dlp/options.py index 06c613262..67db6d067 100644 --- a/yt_dlp/options.py +++ b/yt_dlp/options.py @@ -634,7 +634,7 @@ def create_parser(): 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', -- cgit v1.2.3