mirror of
https://github.com/l1ving/youtube-dl
synced 2025-03-07 05:37:15 +08:00
[options] Remove shorthand for --version
This commit is contained in:
parent
e07b5e42d6
commit
689d621b40
@ -52,7 +52,7 @@ Alternatively, refer to the [developer instructions](#developer-instructions) fo
|
||||
|
||||
# OPTIONS
|
||||
-h, --help Print this help text and exit
|
||||
-V, --version Print program version and exit
|
||||
--version Print program version and exit
|
||||
-U, --update Update this program to latest version. Make
|
||||
sure that you have sufficient permissions
|
||||
(run with sudo if needed)
|
||||
|
@ -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…
x
Reference in New Issue
Block a user