projects
/
youtube-dl
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
bee6451
)
[options] Remove duplicate short option -v for --version (#24162)
author
The Hatsune Daishi
<nao20010128@gmail.com>
Sat, 29 Feb 2020 09:33:09 +0000
(18:33 +0900)
committer
GitHub
<noreply@github.com>
Sat, 29 Feb 2020 09:33:09 +0000
(16:33 +0700)
youtube_dl/options.py
patch
|
blob
|
history
diff --git
a/youtube_dl/options.py
b/youtube_dl/options.py
index 1ffabc62bedacb42aeb34f585d04ed7bc3ff8045..8826b382c3cc70ab21bacef8de94314ec193948b 100644
(file)
--- a/
youtube_dl/options.py
+++ b/
youtube_dl/options.py
@@
-134,7
+134,7
@@
def parseOpts(overrideArguments=None):
action='help',
help='Print this help text and exit')
general.add_option(
- '-
v', '-
-version',
+ '--version',
action='version',
help='Print program version and exit')
general.add_option(