mirror of
https://github.com/yt-dlp/yt-dlp.git
synced 2026-04-13 12:19:48 +00:00
Update yt_dlp/options.py
This commit is contained in:
parent
cbf7b54532
commit
cf06204187
@ -225,7 +225,7 @@ class _YoutubeDLOptionParser(optparse.OptionParser):
|
||||
raise
|
||||
|
||||
def format_option_help(self, formatter=None):
|
||||
assert formatter, ''
|
||||
assert formatter, 'Formatter can not be None'
|
||||
formatted_help = super().format_option_help(formatter=formatter)
|
||||
formatter.indent()
|
||||
heading = formatter.format_heading('Preset aliases')
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user