diff --git a/Documentation/NuttShell.html b/Documentation/NuttShell.html index 8ed1e2ed48d..91240c50a0f 100644 --- a/Documentation/NuttShell.html +++ b/Documentation/NuttShell.html @@ -8,7 +8,7 @@

NuttShell (NSH)

-

Last Updated: August 11, 2018

+

Last Updated: August 22, 2018

@@ -2610,12 +2610,14 @@ passwd <username> <password>

Command Syntax:

Synopsis. Shutdown and power off the system immediately. - This command depends on hardware support to power down the system. + This command depends on board-specific hardware support to power down the system. + The optional,decimal numeric argument may be included to provide power off + mode to board-specific power off logic.

NOTE: Supporting both the poweroff and shutdown commands is redundant. @@ -2714,12 +2716,13 @@ readlink <link>

Command Syntax:

Synopsis. Reset and reboot the system immediately. This command depends on hardware support to reset the system. + The optional, decimal numeric argument <n> may be included to provide a reboot mode to board-specific reboot logic.

NOTE: Supporting both the reboot and shutdown commands is redundant.