1
0
mirror of https://github.com/yt-dlp/yt-dlp.git synced 2025-09-03 08:35:32 +00:00

[docs] Minor improvements (#3309, #3343)

Authored by: cffswb, danielyli


Co-authored-by: Daniel Li <dan@danielyli.com>
Co-authored-by: cffswb <karte577@gmail.com>
This commit is contained in:
pukkandan
2022-04-08 14:05:36 +05:30
parent d8a58ddce7
commit ebc7d3ff1f
3 changed files with 7 additions and 5 deletions

View File

@ -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',