1
0
Fork 0
mirror of https://github.com/ytdl-org/youtube-dl.git synced 2024-05-19 11:39:28 +00:00

Improvements

Improvements
This commit is contained in:
Miguel Gargallo 2022-10-07 15:18:47 +02:00 committed by GitHub
parent ec1c85432c
commit 64fc2681ca
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -122,7 +122,7 @@ def parseOpts(overrideArguments=None):
kw = {
'version': __version__,
'formatter': fmt,
'usage': '%prog [OPTIONS] URL [URL...]',
'usage': '%prog [OPTIONS] URLS',
'conflict_handler': 'resolve',
}