From 5af2d929e5b1354c7c09100da479e6512500635b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Aldous=20Pe=C3=B1aranda?= Date: Tue, 12 Sep 2017 20:03:24 +0800 Subject: [PATCH] Fix typo --- pipenv/cli.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pipenv/cli.py b/pipenv/cli.py index 98bfa904..570b21bf 100644 --- a/pipenv/cli.py +++ b/pipenv/cli.py @@ -989,7 +989,7 @@ def kr_easter_egg(package_name): @click.group(invoke_without_command=True) -@click.option('--update', is_flag=True, default=False, help="Upate Pipenv & pip to latest.") +@click.option('--update', is_flag=True, default=False, help="Update Pipenv & pip to latest.") @click.option('--where', is_flag=True, default=False, help="Output project home information.") @click.option('--venv', is_flag=True, default=False, help="Output virtualenv information.") @click.option('--rm', is_flag=True, default=False, help="Remove the virtualenv.")