Update a README.txt file

This commit is contained in:
Gregory Nutt 2017-10-23 09:22:42 -06:00
parent c1ec7db8a9
commit ed9dd1db53

View File

@ -1225,11 +1225,12 @@ Built-In Commands
^^^^^^^^^^^^^^^^^ ^^^^^^^^^^^^^^^^^
In addition to the commands that are part of NSH listed above, there can be In addition to the commands that are part of NSH listed above, there can be
additional, external "built-in" applications that can be added to NSH. additional, external "built-in" applications that can be added to NSH.
These are separately excecuble programs but will appear much like the the These are separately excecuble programs but will appear much like the
commands that are a part of NSH. The primary difference is that help commands that are a part of NSH. The primary difference from the user's
information about the built-in applications is not available from NSH. Most perspective is that help information about the built-in applications is not
built-in applicRather, you will need to execute the application with the -h directly available from NSH. Rather, you will need to execute the
option to get help about using the built-in applications. application with the -h option to get help about using the built-in
applications.
There are several built-in appliations in the apps/ repository. No attempt There are several built-in appliations in the apps/ repository. No attempt
is made here to enumerate all of them. But a few of the more common built- is made here to enumerate all of them. But a few of the more common built-