From 6aaa72ca1b510a97d4c113397b6a11f9394ff9fa Mon Sep 17 00:00:00 2001 From: Kenneth Reitz Date: Tue, 19 Sep 2017 14:54:03 -0400 Subject: [PATCH] note Signed-off-by: Kenneth Reitz --- pipenv/cli.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pipenv/cli.py b/pipenv/cli.py index 5c52e72c..9dc53549 100644 --- a/pipenv/cli.py +++ b/pipenv/cli.py @@ -1792,7 +1792,7 @@ def run(command, args, three=None, python=False): pass -@click.command(help="Checks PEP 508 markers provided in Pipfile.") +@click.command(help="Checks for security vulnerabilities and against PEP 508 markers provided in Pipfile.") @click.option('--three/--two', is_flag=True, default=None, help="Use Python 3/2 when creating virtualenv.") @click.option('--python', default=False, nargs=1, help="Specify which version of Python virtualenv should use.") def check(three=None, python=False):