diff --git a/pipenv/cli/command.py b/pipenv/cli/command.py index cb3e0c25..e532e7d9 100644 --- a/pipenv/cli/command.py +++ b/pipenv/cli/command.py @@ -334,7 +334,7 @@ LOCK_HEADER = """\ # These requirements were autogenerated by pipenv # To regenerate from the project's Pipfile, run: # -# pipenv lock {options} +# pipenv requirements {options} # """