summaryrefslogtreecommitdiff
path: root/nuttx/configs/sim/README.txt
diff options
context:
space:
mode:
Diffstat (limited to 'nuttx/configs/sim/README.txt')
-rw-r--r--nuttx/configs/sim/README.txt7
1 files changed, 4 insertions, 3 deletions
diff --git a/nuttx/configs/sim/README.txt b/nuttx/configs/sim/README.txt
index 8abfd9c23..165e92b96 100644
--- a/nuttx/configs/sim/README.txt
+++ b/nuttx/configs/sim/README.txt
@@ -270,8 +270,9 @@ nsh
Description
-----------
- Configures to use the NuttShell at apps/examples/nsh. This configuration
- may be selected as follows:
+ Configures to use the NuttShell at apps/examples/nsh. This version has
+ one builtin function: This configuration: apps/examples/hello. This
+ configuration may be selected as follows:
cd <nuttx-directory>/tools
./configure.sh sim/nsh
@@ -281,7 +282,7 @@ nsh2
Description
-----------
This is another example that configures to use the NuttShell at apps/examples/nsh.
- Unlike nsh, this version uses NSH built-in functions. The nx, nxhello, and
+ Like nsh, this version uses NSH built-in functions: The nx, nxhello, and
nxlines examples are included as built-in functions.
X11 Configuration