doc: sandbox: Update instructions on quitting
The 'reset' command now resets sandbox but does not quit it. Fix the
instructions.
Fixes: 329dccc067
("sandbox: implement reset")
Signed-off-by: Simon Glass <sjg@chromium.org>
This commit is contained in:
parent
634f5ad3ae
commit
2a8dc4c488
1 changed files with 1 additions and 1 deletions
|
@ -82,7 +82,7 @@ console::
|
||||||
You can issue commands as your would normally. If the command you want is
|
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.
|
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
|
Console / LCD support
|
||||||
|
|
Loading…
Reference in a new issue