aboutsummaryrefslogtreecommitdiff
path: root/yt_dlp/options.py
diff options
context:
space:
mode:
authorpukkandan <pukkandan.ytdlp@gmail.com>2022-01-24 01:21:39 +0530
committerpukkandan <pukkandan.ytdlp@gmail.com>2022-01-24 03:24:23 +0530
commit88f23a18e0a0f5f18ed167b6a319c54255c5dd13 (patch)
treec2f10fb8ae0e07e88c84b93b555dbfc8cc2cbc61 /yt_dlp/options.py
parentbb66c24797edd8740a27efb8d77669dbb0e859b7 (diff)
[docs,cleanup] Fix linter and misc cleanup
Closes #2419
Diffstat (limited to 'yt_dlp/options.py')
-rw-r--r--yt_dlp/options.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/yt_dlp/options.py b/yt_dlp/options.py
index df8fb6f63..5622100bb 100644
--- a/yt_dlp/options.py
+++ b/yt_dlp/options.py
@@ -345,7 +345,7 @@ def create_parser():
help=(
'Use the specified HTTP/HTTPS/SOCKS proxy. To enable '
'SOCKS proxy, specify a proper scheme. For example '
- 'socks5://127.0.0.1:1080/. Pass in an empty string (--proxy "") '
+ 'socks5://user:pass@127.0.0.1:1080/. Pass in an empty string (--proxy "") '
'for direct connection'))
network.add_option(
'--socket-timeout',