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 @@
Last Updated: August 11, 2018
+Last Updated: August 22, 2018
Command Syntax:
-poweroff +poweroff [<n>]
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
NOTE: Supporting both the poweroff and shutdown commands is redundant.
@@ -2714,12 +2716,13 @@ readlink <link>
Command Syntax:
-reboot +reboot [<n>]
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.