mirror of
https://github.com/ytdl-org/youtube-dl.git
synced 2024-11-22 02:01:50 +00:00
Improvements
Improvements
This commit is contained in:
parent
ec1c85432c
commit
64fc2681ca
1 changed files with 1 additions and 1 deletions
|
@ -122,7 +122,7 @@ def parseOpts(overrideArguments=None):
|
||||||
kw = {
|
kw = {
|
||||||
'version': __version__,
|
'version': __version__,
|
||||||
'formatter': fmt,
|
'formatter': fmt,
|
||||||
'usage': '%prog [OPTIONS] URL [URL...]',
|
'usage': '%prog [OPTIONS] URLS',
|
||||||
'conflict_handler': 'resolve',
|
'conflict_handler': 'resolve',
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue