This website works better with JavaScript.
Home
Help
Sign In
zolfa
/
youtube-dl
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
1.1k
Wiki
Activity
Browse Source
[options] Upper-case options and URL in --help output
Hopefully, this reduces confusion as in
#4610
.
totalwebcasting
Philipp Hagemeister
10 years ago
parent
9a237b776c
commit
a42419da42
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
youtube_dl/options.py
+ 1
- 1
youtube_dl/options.py
View 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
'
,
}
Write
Preview
Loading…
Cancel
Save