commit: b76f0e58f750fd420ac3078c7183b2de66da562c
parent bee6451fe88dbe8d983150cb17565d1c3e9024f7
Author: The Hatsune Daishi <nao20010128@gmail.com>
Date: Sat, 29 Feb 2020 18:33:09 +0900
[options] Remove duplicate short option -v for --version (#24162)
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git 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(