diff options
| author | Marek Vasut <[email protected]> | 2026-07-28 19:53:15 +0200 |
|---|---|---|
| committer | Heinrich Schuchardt <[email protected]> | 2026-07-31 11:04:48 +0200 |
| commit | b4d2bad93e3080e9c7a7e007367265c3756ac435 (patch) | |
| tree | ff025fa87624e7741c412b57a7a4ebedab6457eb | |
| parent | a0d79a8e5933e36ee269fc1c090f4a82d6e18ae6 (diff) | |
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 <[email protected]>
Reviewed-by: Simon Glass <[email protected]>
| -rw-r--r-- | README | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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. |
