diff --git a/Documentation/NuttShell.html b/Documentation/NuttShell.html
index 273898476d7..950428e8af2 100644
--- a/Documentation/NuttShell.html
+++ b/Documentation/NuttShell.html
@@ -2518,6 +2518,8 @@ nsh>
Support external registered, "builtin" applications that can be
executed from the NSH command line (see apps/README.txt for
more information).
+ This required CONFIG_BUILTIN to enable NuttX support for
+ "builtin" applications.
These applications are built-into NSH in the sense that they can be executed by simply typing the name of the application at the NSH prompt.
- Built-in application support is enabled with the configuration option CONFIG_NSH_BUILTIN_APPS.
- When this configuration option is set, you will also be able to see the built-in applications if you enter "nsh> help".
+ Built-in application support is enabled with these configuration option:
+
CONFIG_BUILTIN:
+ Enable NuttX support for builtin applications.
+ CONFIG_NSH_BUILTIN_APPS:
+ Enable NSH support for builtin applications.
+ + When these configuration options are set, you will also be able to see the built-in applications if you enter "nsh> help". They will appear at the bottom of the list of NSH commands under: