capital -U flag for upgrade
This commit is contained in:
parent
2ee6f3171e
commit
9887ee97f7
1 changed files with 1 additions and 1 deletions
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Reference in a new issue