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:
Andrei Emeltchenko 2022-10-06 16:09:22 +03:00 committed by Anas Nashif
commit 1ff34e234c

View file

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