The Hatsune Daishi
5 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
1 deletions
-
youtube_dl/options.py
|
@ -134,7 +134,7 @@ def parseOpts(overrideArguments=None): |
|
|
action='help', |
|
|
action='help', |
|
|
help='Print this help text and exit') |
|
|
help='Print this help text and exit') |
|
|
general.add_option( |
|
|
general.add_option( |
|
|
'-v', '--version', |
|
|
|
|
|
|
|
|
'--version', |
|
|
action='version', |
|
|
action='version', |
|
|
help='Print program version and exit') |
|
|
help='Print program version and exit') |
|
|
general.add_option( |
|
|
general.add_option( |
|
|