Skip to content

Commit

Permalink
[options] Remove duplicate short option -v for --version (#24162)
Browse files Browse the repository at this point in the history
  • Loading branch information
Lesmiscore authored Feb 29, 2020
1 parent bee6451 commit b76f0e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion youtube_dl/options.py
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ def _comma_separated_values_options_callback(option, opt_str, value, parser):
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(
Expand Down

0 comments on commit b76f0e5

Please sign in to comment.