updating prompt example

This commit is contained in:
Nate Prewitt
2017-01-30 21:39:27 -07:00
parent bf7ab25a29
commit a771b7a0c3
+2 -2
View File
@@ -590,13 +590,13 @@ Usage Examples:
Install all dependencies for a project (including dev):
$ {1}
Create a lockfile (& keep [dev-packages] installed):
Create a lockfile:
$ {2}
Commands:""".format(
crayons.red('pipenv --three'),
crayons.red('pipenv install --dev'),
crayons.red('pipenv lock --dev')
crayons.red('pipenv lock')
)
help = help.replace('Commands:', additional_help)