Explorar o código

[options] Upper-case options and URL in --help output

Hopefully, this reduces confusion as in #4610.
Philipp Hagemeister %!s(int64=11) %!d(string=hai) anos
pai
achega
a42419da42
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      youtube_dl/options.py

+ 1 - 1
youtube_dl/options.py

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