diff --git a/README.md b/README.md index 19716168c..01f975958 100644 --- a/README.md +++ b/README.md @@ -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) diff --git a/youtube_dl/options.py b/youtube_dl/options.py index 8b19b86fc..8826b382c 100644 --- a/youtube_dl/options.py +++ b/youtube_dl/options.py @@ -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(