From 994049d33b01b9a457bf668d12d0a6c264479bd3 Mon Sep 17 00:00:00 2001 From: Mahmoud Al-Qudsi Date: Tue, 18 Oct 2022 13:35:55 -0500 Subject: [PATCH] Document support for erasing from multiple scopes --- doc_src/cmds/set.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc_src/cmds/set.rst b/doc_src/cmds/set.rst index 96a52e179..780274d51 100644 --- a/doc_src/cmds/set.rst +++ b/doc_src/cmds/set.rst @@ -68,7 +68,7 @@ The following other options are available: Causes the values to be prepended to the current set of values for the variable. This can be used with **--append** to both append and prepend at the same time. This cannot be used when assigning to a variable slice. **-e** or **--erase** - Causes the specified shell variables to be erased + Causes the specified shell variables to be erased. Supports erasing from multiple scopes at once. **-q** or **--query** Test if the specified variable names are defined. Does not output anything, but the builtins exit status is the number of variables specified that were not defined, up to a maximum of 255. If no variable was given, it also returns 255.