mirror of
https://github.com/Dasharo/zephyr.git
synced 2026-03-06 14:57:20 -08:00
shell: devmem: Update help string for devmem
Update help string to make it more clear. Signed-off-by: Andrei Emeltchenko <andrei.emeltchenko@intel.com>
This commit is contained in:
committed by
Anas Nashif
parent
1ff34e234c
commit
ab2594e313
@@ -239,5 +239,9 @@ SHELL_STATIC_SUBCMD_SET_CREATE(sub_devmem,
|
||||
|
||||
SHELL_CMD_REGISTER(devmem, &sub_devmem,
|
||||
"Read/write physical memory\n"
|
||||
"devmem address [width [value]]",
|
||||
"Usage:\n"
|
||||
"Read memory at address with optional width:\n"
|
||||
"devmem address [width]\n"
|
||||
"Write memory at address with mandatory width and value:\n"
|
||||
"devmem address <width> <value>",
|
||||
cmd_devmem);
|
||||
|
||||
Reference in New Issue
Block a user