aboutsummaryrefslogtreecommitdiffstats
path: root/yt_dlp/options.py
diff options
context:
space:
mode:
authorpukkandan <pukkandan.ytdlp@gmail.com>2022-04-08 14:05:36 +0530
committerpukkandan <pukkandan.ytdlp@gmail.com>2022-04-08 14:09:10 +0530
commitebc7d3ff1f39a2f71ab7360ce25a37da744c8f3e (patch)
treefe4057710a9f29b6a870c78b5f291582cfe1be6b /yt_dlp/options.py
parentd8a58ddce7a4aaf0d525041ab3b01eb2ab2d0a41 (diff)
downloadhypervideo-pre-ebc7d3ff1f39a2f71ab7360ce25a37da744c8f3e.tar.lz
hypervideo-pre-ebc7d3ff1f39a2f71ab7360ce25a37da744c8f3e.tar.xz
hypervideo-pre-ebc7d3ff1f39a2f71ab7360ce25a37da744c8f3e.zip
[docs] Minor improvements (#3309, #3343)
Authored by: cffswb, danielyli Co-authored-by: Daniel Li <dan@danielyli.com> Co-authored-by: cffswb <karte577@gmail.com>
Diffstat (limited to 'yt_dlp/options.py')
-rw-r--r--yt_dlp/options.py2
1 files changed, 1 insertions, 1 deletions
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',