shell: devmem: Fix help for devmem module
Fixes devmem help string shown below: uart:~$ devmem -h devmem - Read/write physical memory"devmem address [width [value]] Signed-off-by: Andrei Emeltchenko <andrei.emeltchenko@intel.com>
This commit is contained in:
parent
4f75848e71
commit
1ff34e234c
1 changed files with 1 additions and 1 deletions
|
@ -238,6 +238,6 @@ SHELL_STATIC_SUBCMD_SET_CREATE(sub_devmem,
|
|||
SHELL_SUBCMD_SET_END);
|
||||
|
||||
SHELL_CMD_REGISTER(devmem, &sub_devmem,
|
||||
"Read/write physical memory\""
|
||||
"Read/write physical memory\n"
|
||||
"devmem address [width [value]]",
|
||||
cmd_devmem);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue