diff options
Diffstat (limited to '')
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -123,7 +123,7 @@ Assign `bar` to the variable `foo` in the global environment: ``` > setenv --global foo bar Saving variable 'foo' to 'HKLM\SYSTEM\CurrentControlSet\Control\Session Manager\Environment'... - Value: bar + New value: bar Continue? (y/n) y ``` |