summaryrefslogtreecommitdiff
path: root/doc/arch
diff options
context:
space:
mode:
authorSimon Glass <sjg@chromium.org>2021-02-07 14:27:07 -0700
committerTom Rini <trini@konsulko.com>2021-03-13 13:14:52 -0500
commit2a8dc4c488bf7c67c7065eb5ab565ccf568cf725 (patch)
tree3b20f087733717099775f17acb73c88bfedcf322 /doc/arch
parent634f5ad3aeb7d188d2529c88f31f7902ed3c17cd (diff)
doc: sandbox: Update instructions on quitting
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>
Diffstat (limited to 'doc/arch')
-rw-r--r--doc/arch/sandbox.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/arch/sandbox.rst b/doc/arch/sandbox.rst
index 1638b05000..8b18a22117 100644
--- a/doc/arch/sandbox.rst
+++ b/doc/arch/sandbox.rst
@@ -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