Skip to content

Commit

Permalink
[options] Fix thumbnail option group name (closes #29042)
Browse files Browse the repository at this point in the history
  • Loading branch information
dstftw committed May 16, 2021
1 parent eb50802 commit 6423d70
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion youtube_dl/options.py
Original file line number Diff line number Diff line change
Expand Up @@ -768,7 +768,7 @@ def _comma_separated_values_options_callback(option, opt_str, value, parser):
action='store_true', dest='rm_cachedir',
help='Delete all filesystem cache files')

thumbnail = optparse.OptionGroup(parser, 'Thumbnail images')
thumbnail = optparse.OptionGroup(parser, 'Thumbnail Options')
thumbnail.add_option(
'--write-thumbnail',
action='store_true', dest='writethumbnail', default=False,
Expand Down

0 comments on commit 6423d70

Please sign in to comment.