From 9dd607d38c8bfbf4028b77ff5f0b186f6224429c Mon Sep 17 00:00:00 2001 From: Douglas Rumbaugh Date: Mon, 20 Dec 2021 17:58:48 -0500 Subject: Renamed variable manipulation script --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'README.md') diff --git a/README.md b/README.md index e56515b..24460d1 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 add +$ ves var-add ``` will prepend `:` to the specified variable. To remove an entry from a path-like variable, ```bash -ves rm +ves var-rm ``` will remove `:` from a path-like variable, if it is present. -- cgit v1.2.3