[options] Upper-case options and URL in --help output
authorPhilipp Hagemeister <phihag@phihag.de>
Thu, 1 Jan 2015 21:01:26 +0000 (22:01 +0100)
committerPhilipp Hagemeister <phihag@phihag.de>
Thu, 1 Jan 2015 21:01:47 +0000 (22:01 +0100)
Hopefully, this reduces confusion as in #4610.

youtube_dl/options.py

index 21c452141479a492f23c1f7f20a916c347f0a3a4..a018c1d711ffcb67997a15d4fdcec528cb7f99ba 100644 (file)
@@ -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',
     }