From b4d2bad93e3080e9c7a7e007367265c3756ac435 Mon Sep 17 00:00:00 2001 From: Marek Vasut Date: Tue, 28 Jul 2026 19:53:15 +0200 Subject: 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 Reviewed-by: Simon Glass --- README | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README b/README index d6dd6c74619..f740188a4bb 100644 --- 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. -- cgit v1.3.1