Browse Source

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

master
The Hatsune Daishi 5 years ago
committed by GitHub
parent
commit
b76f0e58f7
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      youtube_dl/options.py

+ 1
- 1
youtube_dl/options.py View 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(


Loading…
Cancel
Save