From 47d30adeb26d1d686b9e2a0e2c0b39185f04e95f Mon Sep 17 00:00:00 2001 From: Kenneth Reitz Date: Fri, 23 Feb 2018 13:18:30 -0500 Subject: [PATCH] Update core.py --- pipenv/core.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pipenv/core.py b/pipenv/core.py index 5a2857d0..64587812 100644 --- a/pipenv/core.py +++ b/pipenv/core.py @@ -1537,7 +1537,7 @@ Usage Examples: Install a local setup.py into your virtual environment/Pipfile: $ {5} - Use a lower-level pip command to get info about a package: + Use a lower-level pip command: $ {8} Commands:""".format( @@ -1549,7 +1549,7 @@ Commands:""".format( crayons.red('pipenv install -e .'), crayons.red('pipenv lock --pre'), crayons.red('pipenv check'), - crayons.red('pipenv run pip show requests'), + crayons.red('pipenv run pip freeze'), ) help = help.replace('Commands:', additional_help)