Authored by: cffswb, danielyli Co-authored-by: Daniel Li <dan@danielyli.com> Co-authored-by: cffswb <karte577@gmail.com>
This commit is contained in:
parent
d8a58ddce7
commit
ebc7d3ff1f
3 changed files with 7 additions and 5 deletions
|
|
@ -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',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue