diff --git a/Documentation/NuttShell.html b/Documentation/NuttShell.html index e6dfc09e5a2..91d537ae0ee 100644 --- a/Documentation/NuttShell.html +++ b/Documentation/NuttShell.html @@ -2320,12 +2320,12 @@ sh <script-path>
Command Syntax:
-shutdown +shutdown [--reset]
Synopsis. - Shutdown and power off the system immediately. - This command depends on hardware support to power down the system. + Shutdown and power off the system or, optionally, reset the system immediately. + This command depends on hardware support to power down or reset the system; one, both, or neither behavior may be supported.
shutdown |
- CONFIG_BOARDCTL_POWEROFF |
+ CONFIG_BOARDCTL_POWEROFF || CONFIG_BOARD_RESET |
CONFIG_NSH_DISABLE_SHUTDOWN |