projects
/
youtube-dl
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9a237b7
)
[options] Upper-case options and URL in --help output
author
Philipp Hagemeister
<phihag@phihag.de>
Thu, 1 Jan 2015 21:01:26 +0000
(22:01 +0100)
committer
Philipp 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
patch
|
blob
|
history
diff --git
a/youtube_dl/options.py
b/youtube_dl/options.py
index 21c452141479a492f23c1f7f20a916c347f0a3a4..a018c1d711ffcb67997a15d4fdcec528cb7f99ba 100644
(file)
--- a/
youtube_dl/options.py
+++ b/
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',
}