capital -U flag for upgrade

This commit is contained in:
foamyguy 2024-04-22 17:54:53 -05:00
parent 2ee6f3171e
commit 9887ee97f7

View file

@ -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",