mirror of
https://github.com/yt-dlp/yt-dlp.git
synced 2024-11-02 09:12:40 +01:00
[options] Upper-case options and URL in --help output
Hopefully, this reduces confusion as in #4610.
This commit is contained in:
parent
9a237b776c
commit
a42419da42
@ -109,7 +109,7 @@ def _hide_login_info(opts):
|
|||||||
kw = {
|
kw = {
|
||||||
'version': __version__,
|
'version': __version__,
|
||||||
'formatter': fmt,
|
'formatter': fmt,
|
||||||
'usage': '%prog [options] url [url...]',
|
'usage': '%prog [OPTIONS] URL [URL...]',
|
||||||
'conflict_handler': 'resolve',
|
'conflict_handler': 'resolve',
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user