]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
NEWS: adjust grammar 28679/head
authorZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
Wed, 2 Aug 2023 14:01:50 +0000 (15:01 +0100)
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
Fri, 4 Aug 2023 14:45:26 +0000 (15:45 +0100)
NEWS

diff --git a/NEWS b/NEWS
index bc6728ee7f5ed5b0c4582f67e7a7851fbb01e6f3..e369b60af29cb35114d0f4a3a5106c1ecf1d34ab 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -702,8 +702,8 @@ CHANGES WITH 254:
           server-side environment variable expansion in specified command
           lines. Expansion defaults to enabled for all execution types except
           --scope, where it defaults to off (and prints a warning) for backward
-          compatibility reasons. --scope will be flipped to default enabled too
-          in a future release, so if you are using --scope and passing a '$'
+          compatibility reasons. --scope will be flipped to enabled by default
+          too in a future release. If you are using --scope and passing a '$'
           character in the payload you should start explicitly using
           --expand-environment=yes/no according to the use case.