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