]> git.ipfire.org Git - thirdparty/u-boot.git/commitdiff
README: Slightly rephrase env set and env print paragraph
authorMarek Vasut <marek.vasut+renesas@mailbox.org>
Tue, 28 Jul 2026 17:53:15 +0000 (19:53 +0200)
committerHeinrich Schuchardt <heinrich.schuchardt@canonical.com>
Fri, 31 Jul 2026 09:04:48 +0000 (11:04 +0200)
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>
README

diff --git a/README b/README
index d6dd6c746195f5609571d926f4070933daad6802..f740188a4bb4320d71c1662584991090f957d269 100644 (file)
--- a/README
+++ b/README
@@ -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.