Auto-committing 'cli.py'

This commit is contained in:
2017-01-29 19:45:31 -05:00
parent 7b2b077c5e
commit 272e910ea4
+4 -4
View File
@@ -592,10 +592,10 @@ Usage Examples:
$ {2}
Commands:""".format(
crayons.red('pipenv --three'),
crayons.red('pipenv install --dev'),
crayons.red('pipenv lock --dev')
)
crayons.red('pipenv --three'),
crayons.red('pipenv install --dev'),
crayons.red('pipenv lock --dev')
)
help = help.replace('Commands:', additional_help)