[doc]: fix --path description of set cmd
(cherry picked from commit 1cba28c120854edbb926138b5b99c28d7db38737)
This commit is contained in:
parent
8508cc50b0
commit
58d1467fb7
@ -63,7 +63,7 @@ These options modify how variables operate:
|
||||
Causes the specified shell variable to NOT be exported to child processes.
|
||||
|
||||
**--path**
|
||||
Treat specified variable as a :ref:`path variable <variables-path>`; variable will be split on colons (``:``) and will be displayed joined by colons colons when quoted (``echo "$PATH"``) or exported.
|
||||
Treat specified variable as a :ref:`path variable <variables-path>`; variable will be split on colons (``:``) and will be displayed joined by colons when quoted (``echo "$PATH"``) or exported.
|
||||
|
||||
**--unpath**
|
||||
Causes variable to no longer be treated as a :ref:`path variable <variables-path>`.
|
||||
|
Loading…
x
Reference in New Issue
Block a user