mirror of
https://github.com/u-boot/u-boot.git
synced 2025-05-09 03:21:51 +00:00
various cmd_* files: fixed layout a little bit
Most of the files have U_BOOT_CMD on a separate line, but a few didn't and had the first line on the same line as U_BOOT_CMD. This changes these files by adding a line break and a tab Signed-off-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>
This commit is contained in:
parent
cc9f607beb
commit
388a29d024
12 changed files with 26 additions and 13 deletions
|
@ -38,7 +38,8 @@ int do_strings(cmd_tbl_t *cmdtp, int flag, int argc, char * const argv[])
|
|||
return 0;
|
||||
}
|
||||
|
||||
U_BOOT_CMD(strings, 3, 1, do_strings,
|
||||
U_BOOT_CMD(
|
||||
strings, 3, 1, do_strings,
|
||||
"display strings",
|
||||
"<addr> [byte count]\n"
|
||||
" - display strings at <addr> for at least [byte count] or first double NUL"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue