From efebb7bcdb5c7b43b4dc9a9c6a0ed2dae32c27c0 Mon Sep 17 00:00:00 2001 From: Daniel Danner Date: Tue, 10 Mar 2026 20:34:03 +0100 Subject: [PATCH] docs/set: Fix mention of --export Closes #12530 --- 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 4ef50234f..b5ca41c4a 100644 --- a/doc_src/cmds/set.rst +++ b/doc_src/cmds/set.rst @@ -89,7 +89,7 @@ Further options: **-q** or **--query** *NAME*\[*INDEX*\] Test if the specified variable names are defined. If an *INDEX* is provided, check for items at that slot. - With a given scope (like **--global**) or attribute (like **--exported** or **--path**) check only variables that match. + With a given scope (like **--global**) or attribute (like **--export** or **--path**) check only variables that match. Does not output anything, but the shell status is set to the number of variables specified that were not defined, up to a maximum of 255. If no variable was given, it also returns 255.