diff --git a/news/5618.trivial.rst b/news/5618.trivial.rst new file mode 100644 index 00000000..718a6602 --- /dev/null +++ b/news/5618.trivial.rst @@ -0,0 +1 @@ +Add missing spaces to the ``--keep-outdated`` flag's deprecation warning. diff --git a/pipenv/cli/options.py b/pipenv/cli/options.py index c069e08e..8ac633c0 100644 --- a/pipenv/cli/options.py +++ b/pipenv/cli/options.py @@ -157,7 +157,7 @@ def keep_outdated_option(f): state.installstate.keep_outdated = value if value: click.secho( - "The flag --keep-outdated has been deprecated for removal." + "The flag --keep-outdated has been deprecated for removal. " "The flag does not respect package resolver results and leads to inconsistent lock files. " "Please pin relevant requirements in your Pipfile and discontinue use of this flag.", fg="yellow",