From 588f20558e65118016e08b765a229646eb0c900f Mon Sep 17 00:00:00 2001 From: Gregory Nutt Date: Sat, 4 Jul 2015 11:39:57 -0600 Subject: [PATCH] The NSH shutdown option should be called --reboot, not --reset, for compatibility with the statndard shutdown command --- Documentation/NuttShell.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Documentation/NuttShell.html b/Documentation/NuttShell.html index 91d537ae0e..5bc9713d13 100644 --- a/Documentation/NuttShell.html +++ b/Documentation/NuttShell.html @@ -2320,11 +2320,11 @@ sh <script-path>

Command Syntax:

Synopsis. - Shutdown and power off the system or, optionally, reset the system immediately. + Shutdown and power off the system or, optionally, reset and reboot the system immediately. This command depends on hardware support to power down or reset the system; one, both, or neither behavior may be supported.