[options] Remove duplicate short option -v for --version (#24162)
authorThe Hatsune Daishi <nao20010128@gmail.com>
Sat, 29 Feb 2020 09:33:09 +0000 (18:33 +0900)
committerGitHub <noreply@github.com>
Sat, 29 Feb 2020 09:33:09 +0000 (16:33 +0700)
youtube_dl/options.py

index 1ffabc62bedacb42aeb34f585d04ed7bc3ff8045..8826b382c3cc70ab21bacef8de94314ec193948b 100644 (file)
@@ -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(