diff --git a/news/3316.feature.rst b/news/3316.feature.rst index 932fd759..9cab1697 100644 --- a/news/3316.feature.rst +++ b/news/3316.feature.rst @@ -1,5 +1,5 @@ For consistency with other commands and the ``-dev`` option description, ``pipenv lock --requirements --dev`` now emits both default and development dependencies. -A new ``--dev-only`` has been added to request to previous +The new ``--dev-only`` option requests the previous behaviour (e.g. to generate a ``dev-requirements.txt`` file).