From 7b2b077c5e5121f4b685e85616baabbc5a16ed73 Mon Sep 17 00:00:00 2001 From: Kenneth Reitz Date: Sun, 29 Jan 2017 19:45:13 -0500 Subject: [PATCH] Auto-committing 'cli.py' --- pipenv/cli.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/pipenv/cli.py b/pipenv/cli.py index 478a67d6..c662b138 100644 --- a/pipenv/cli.py +++ b/pipenv/cli.py @@ -594,7 +594,8 @@ Usage Examples: Commands:""".format( crayons.red('pipenv --three'), crayons.red('pipenv install --dev'), - crayons.red('pipenv lock --dev')) + crayons.red('pipenv lock --dev') +) help = help.replace('Commands:', additional_help)