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
1 changed files with 1 additions and 1 deletions

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',
}