README: Slightly rephrase env set and env print paragraph

Adjust the paragraph to make it a bit more readable.
No functional change.

Signed-off-by: Marek Vasut <marek.vasut+renesas@mailbox.org>
Reviewed-by: Simon Glass <sjg@chromium.org>
This commit is contained in:
Marek Vasut
2026-07-31 11:04:48 +02:00
committed by Heinrich Schuchardt
parent a0d79a8e59
commit b4d2bad93e
+2 -2
View File
@@ -753,8 +753,8 @@ The following options need to be configured:
`${name}'; to execute the contents of a variable
directly type `$name' at the command prompt.
Global environment variables are those you use
env set/env print to work with. To run a command stored
Global environment variables are those you use "env set"
or "env print" to work with. To run a command stored
in such a variable, you need to use the run command,
and you must not use the '$' sign to access them.