From 9887ee97f78801ac51862770680dab58dc7cc0ef Mon Sep 17 00:00:00 2001 From: foamyguy Date: Mon, 22 Apr 2024 17:54:53 -0500 Subject: [PATCH] capital -U flag for upgrade --- circup/commands.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/circup/commands.py b/circup/commands.py index 8c9a457..10a86d5 100644 --- a/circup/commands.py +++ b/circup/commands.py @@ -285,7 +285,7 @@ def list_cli(ctx): # pragma: no cover "--auto", "-a", is_flag=True, help="Install the modules imported in code.py." ) @click.option( - "--upgrade", "-u", is_flag=True, help="Upgrade modules that are already installed." + "--upgrade", "-U", is_flag=True, help="Upgrade modules that are already installed." ) @click.option( "--auto-file",