From 60889d41f6f43ac396d2f7bb71a8bcd166f9ca66 Mon Sep 17 00:00:00 2001 From: patacongo Date: Sat, 4 Aug 2012 22:17:37 +0000 Subject: Update NSH documentation; Add option to reduce size of help commnd without completely eliminating it git-svn-id: https://nuttx.svn.sourceforge.net/svnroot/nuttx/trunk@5009 7fd9a85b-ad96-42d3-883c-3090e2eb8679 --- nuttx/Documentation/NuttShell.html | 25 ++++++++++++++++++++++--- 1 file changed, 22 insertions(+), 3 deletions(-) (limited to 'nuttx') diff --git a/nuttx/Documentation/NuttShell.html b/nuttx/Documentation/NuttShell.html index 249bf2636..8e57e27b2 100644 --- a/nuttx/Documentation/NuttShell.html +++ b/nuttx/Documentation/NuttShell.html @@ -1046,12 +1046,27 @@ get [-b|-n] [-f <local-path>] -h <ip-address> <remote-path>

Command Syntax:

Synopsis. - Presents summary information about each command to console. + Presents summary information about NSH commands to console.

+

Options:

+ @@ -2031,7 +2046,7 @@ nsh> - + @@ -2192,6 +2207,10 @@ nsh> 4 CONFIG_FS_WRITABLE is not a user configuration but is set automatically if any writable filesystem is selected. At present, this is only CONFIG_FS_FAT.
+ 5 + Verbose help output can be suppressed by defining CONFIG_NSH_HELP_TERSE. + In that case, the help command is still available but will be slightly smaller. +

CONFIG_NSH_DISABLE_GET
helphelp5
CONFIG_NSH_DISABLE_HELP
-- cgit v1.2.3