mirror of
https://github.com/ytdl-org/youtube-dl
synced 2025-04-19 13:34:49 +09:00
Merge 2d847a3cd5c274b13e99ff1c212561ea629d6467 into 176fc2cb003b7a74f5781a64a4e1ce32e740c149
This commit is contained in:
commit
4d123c6be2
@ -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(
|
||||
|
Loading…
x
Reference in New Issue
Block a user