Skip to content

Commit

Permalink
Removed --v option
Browse files Browse the repository at this point in the history
Signed-off-by: David Gilligan-Cook <dcook@imageworks.com>
  • Loading branch information
dcookspi committed May 15, 2024
1 parent e9905b6 commit a057b65
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/spk-convert-pip/spk-convert-pip
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ def main() -> int:
"spk-convert-pip", description="Convert and import packages using pip"
)
pip_cmd.add_argument(
"-v", "--v", "--verbose", action="count", dest="verbose", default=0,
"-v", "--verbose", action="count", dest="verbose", default=0,
help="Increase the verbosity of the output"
)
pip_cmd.add_argument(
Expand Down

0 comments on commit a057b65

Please sign in to comment.