9os

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README | LICENSE

commit 80c137ae1bd392b29aa2b6d23269d5a78bd3f9c3
parent 6c29c0896a108021d6bbd771a16cb3df5ef6e66a
Author: Dimitris Papastamos <dimitris.papastamos@arm.com>
Date:   Wed, 21 Nov 2018 16:49:39 +0000

[dlang] Document how to list all rmu commands

Change-Id: If34791ca705cb611abe99cc84442b26c23db7437
Signed-off-by: Dimitris Papastamos <dimitris.papastamos@arm.com>

Diffstat:
Msrc/romfw/dlang.c | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/romfw/dlang.c b/src/romfw/dlang.c @@ -391,7 +391,7 @@ static const struct cmd cmds[] = { .eval = do_rmu, .min = 2, .max = 2, - .helpmsg = "Call RMU handler: rmu rmucmd", + .helpmsg = "Call RMU handler: rmu rmucmd|?", }, { .name = "exit",