mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-24 21:54:01 +00:00
cmd/host: add missing \n in help text
Signed-off-by: Sébastien Szymanski <sebastien.szymanski@armadeus.com>
This commit is contained in:
parent
476e16e87e
commit
6baa692f90
1 changed files with 1 additions and 1 deletions
|
@ -181,7 +181,7 @@ U_BOOT_CMD(
|
|||
"host ls hostfs - <filename> - list files on host\n"
|
||||
"host save hostfs - <addr> <filename> <bytes> [<offset>] - "
|
||||
"save a file to host\n"
|
||||
"host size hostfs - <filename> - determine size of file on host"
|
||||
"host size hostfs - <filename> - determine size of file on host\n"
|
||||
"host bind <dev> [<filename>] - bind \"host\" device to file\n"
|
||||
"host info [<dev>] - show device binding & info\n"
|
||||
"host dev [<dev>] - Set or retrieve the current host device\n"
|
||||
|
|
Loading…
Reference in a new issue