mirror of
https://github.com/apache/nuttx-apps.git
synced 2026-08-03 13:19:03 +00:00
apps/nshlib/README.txt: Another trivial update.
This commit is contained in:
parent
3a474c573c
commit
b5e032e050
1 changed files with 2 additions and 1 deletions
|
|
@ -1633,6 +1633,7 @@ NSH-Specific Configuration Settings
|
|||
CMD w/o CONFIG_NSH_VARS w/CONFIG_NSH_VARS
|
||||
============== =========================== ===========================
|
||||
set <a> <b> Set environment var a to b Set NSH var a to b
|
||||
set Causes an error Lists all NSH variables
|
||||
unset <a> Unsets environment var a Unsets both environment var
|
||||
and NSH var a
|
||||
export <a> <b> Causes an error Unsets NSH var a. Sets
|
||||
|
|
@ -1641,7 +1642,7 @@ NSH-Specific Configuration Settings
|
|||
NSH var b (or ""). Unsets
|
||||
local var a.
|
||||
env Lists all environment Lists all environment
|
||||
variables variables
|
||||
variables variables (only)
|
||||
============== =========================== ===========================
|
||||
|
||||
* CONFIG_NSH_QUOTE
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue