1
0
mirror of https://github.com/ytdl-org/youtube-dl.git synced 2025-08-20 00:04:42 +00:00

Merge 2d847a3cd5c274b13e99ff1c212561ea629d6467 into c052a16f72af7dd7671d4dd62826de71cd99dfb6

This commit is contained in:
tansy 2025-04-14 21:09:27 +00:00 committed by GitHub
commit cc369b6ee5
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -118,7 +118,7 @@ def parseOpts(overrideArguments=None):
fmt.format_option_strings = _format_option_string
kw = {
'version': __version__,
'version': 'youtube-dl '+__version__,
'formatter': fmt,
'usage': '%prog [OPTIONS] URL [URL...]',
'conflict_handler': 'resolve',
@ -132,7 +132,7 @@ def parseOpts(overrideArguments=None):
action='help',
help='Print this help text and exit')
general.add_option(
'--version',
'-V', '--version',
action='version',
help='Print program version and exit')
general.add_option(