]> git.dujemihanovic.xyz Git - u-boot.git/commitdiff
doc: sandbox: Update instructions on quitting
authorSimon Glass <sjg@chromium.org>
Sun, 7 Feb 2021 21:27:07 +0000 (14:27 -0700)
committerTom Rini <trini@konsulko.com>
Sat, 13 Mar 2021 18:14:52 +0000 (13:14 -0500)
The 'reset' command now resets sandbox but does not quit it. Fix the
instructions.

Fixes: 329dccc0675 ("sandbox: implement reset")
Signed-off-by: Simon Glass <sjg@chromium.org>
doc/arch/sandbox.rst

index 1638b05000204f2c9730786f7d0566af9395f60d..8b18a22117246df8e96e2665d3038a04b76755ec 100644 (file)
@@ -82,7 +82,7 @@ console::
 You can issue commands as your would normally. If the command you want is
 not supported you can add it to include/configs/sandbox.h.
 
-To exit, type 'reset' or press Ctrl-C.
+To exit, type 'poweroff' or press Ctrl-C.
 
 
 Console / LCD support