From a4e69863f1908e51b22edbce3a3bb8c53b85a334 Mon Sep 17 00:00:00 2001 From: Nick Coghlan Date: Fri, 10 Apr 2020 16:00:20 +1000 Subject: [PATCH] Tweak NEWS wording --- news/3316.feature.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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).