mirror of
https://github.com/yt-dlp/yt-dlp.git
synced 2025-03-09 12:50:23 -05:00
Update yt_dlp/options.py
Co-authored-by: pukkandan <pukkandan.ytdlp@gmail.com>
This commit is contained in:
parent
e2883ffb4c
commit
78bc4e703d
1 changed files with 1 additions and 1 deletions
|
@ -416,7 +416,7 @@ def _alias_callback(option, opt_str, value, parser, opts, nargs):
|
|||
default=['default'],
|
||||
help=(
|
||||
'Path to an additional directory to search for plugins. '
|
||||
'This option can be used multiple times to add multiple directories. '))
|
||||
'This option can be used multiple times to add multiple directories'))
|
||||
general.add_option(
|
||||
'--no-plugins',
|
||||
dest='plugin_dirs',
|
||||
|
|
Loading…
Reference in a new issue