Explorar o código

[options] Remove duplicate short option -v for --version (#24162)

The Hatsune Daishi %!s(int64=5) %!d(string=hai) anos
pai
achega
b76f0e58f7
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      youtube_dl/options.py

+ 1 - 1
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(