aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index 24460d1..0cb5243 100644
--- a/README.md
+++ b/README.md
@@ -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.