From 79dfb33589ce9f5df9795a3975b16a87dacfd6b6 Mon Sep 17 00:00:00 2001 From: Douglas Rumbaugh Date: Mon, 20 Dec 2021 18:57:09 -0500 Subject: README.md: Updated for new variable manipulation --- README.md | 4 ++-- 1 file 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 +$ ves var-add [--env=] ``` will prepend `:` to the specified variable. To remove an entry from a path-like variable, ```bash -ves var-rm +ves var-rm [--env=] ``` will remove `:` from a path-like variable, if it is present. -- cgit v1.2.3