From a057b650a60839c5b6922bbfc04ec8b46eef3bb2 Mon Sep 17 00:00:00 2001 From: David Gilligan-Cook Date: Wed, 15 May 2024 11:54:48 -0700 Subject: [PATCH] Removed --v option Signed-off-by: David Gilligan-Cook --- packages/spk-convert-pip/spk-convert-pip | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/spk-convert-pip/spk-convert-pip b/packages/spk-convert-pip/spk-convert-pip index c084f8e47a..599b350454 100755 --- a/packages/spk-convert-pip/spk-convert-pip +++ b/packages/spk-convert-pip/spk-convert-pip @@ -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(