diff --git a/Documentation/NuttShell.html b/Documentation/NuttShell.html index 249bf263697..8e57e27b22f 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