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:
Simon Glass 2021-02-07 14:27:07 -07:00 committed by Tom Rini
parent 634f5ad3ae
commit 2a8dc4c488

View file

@ -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