From f7995889fef137ef193efbea914b637be64a8b51 Mon Sep 17 00:00:00 2001 From: The Alchemist Date: Thu, 13 Apr 2023 10:51:05 -0400 Subject: [PATCH] updated LOCK_HEADER to mention new syntax `pipenv lock -r` has been deprecated. see https://github.com/pypa/pipenv/issues/3493 --- pipenv/cli/command.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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} # """