9os

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

commit cbb6cb7d385f57c12306602d19fafb2efa794b05
parent f6faa17b77eef32542968c96e3da0e137c54c6f3
Author: Dimitris Papastamos <dimitris.papastamos@arm.com>
Date:   Thu,  8 Nov 2018 16:10:21 +0000

[debuglang] Adjust helpmsg for get to be consistent with set

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

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

diff --git a/src/debuglang/debuglang.c b/src/debuglang/debuglang.c @@ -336,7 +336,7 @@ static const struct cmd cmds[] = { { .name = "get", .eval = do_get, - .helpmsg = "Get register value: get <reg>", + .helpmsg = "Get a register: get <reg>", }, { .name = "dump",