diff options
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -69,13 +69,13 @@ related to adding and removing elements from these variables. To add an entry to a path-like variable, ```bash -$ ves var-add <variable> <value> +$ ves var-add [--env=<name>] <variable> <value> ``` will prepend `<value>:` to the specified variable. To remove an entry from a path-like variable, ```bash -ves var-rm <variable> <value> +ves var-rm [--env=<name>] <variable> <value> ``` will remove `<value>:` from a path-like variable, if it is present. |