Skip to content

Commit

Permalink
capital -U flag for upgrade
Browse files Browse the repository at this point in the history
  • Loading branch information
FoamyGuy committed Apr 22, 2024
1 parent 2ee6f31 commit 9887ee9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion circup/commands.py
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 9887ee9

Please sign in to comment.