Merge pull request #526 from dous/master

Fix typo
This commit is contained in:
Nate Prewitt
2017-09-12 08:47:58 -07:00
committed by GitHub
+1 -1
View File
@@ -918,7 +918,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.")