diff --git a/pipenv/help.py b/pipenv/help.py index 71e045d4..a9e9c489 100644 --- a/pipenv/help.py +++ b/pipenv/help.py @@ -10,7 +10,7 @@ from .core import project, system_which, find_python_in_path, python_version from .pep508checker import lookup def main(): - print('
python -m pipenv.help output') + print('
$ python -m pipenv.help output') print('Pipenv version: `{0!r}`'.format(__version__)) print('') print('Pipenv location: `{0!r}`'.format(os.path.dirname(pipenv.__file__)))