From 903b781d85f221b06a7cbfb5a878b763b7231569 Mon Sep 17 00:00:00 2001 From: patacongo Date: Sat, 4 Aug 2012 22:17:37 +0000 Subject: [PATCH] Update NSH documentation; Add option to reduce size of help commnd without completely eliminating it git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5009 42af7a65-404d-4744-a932-0658087f49c3 --- Documentation/NuttShell.html | 25 ++++++++++++++++++++++--- 1 file changed, 22 insertions(+), 3 deletions(-) diff --git a/Documentation/NuttShell.html b/Documentation/NuttShell.html index 249bf26369..8e57e27b22 100644 --- a/Documentation/NuttShell.html +++ b/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