Skip to content
Snippets Groups Projects
Commit 6baa692f authored by Sébastien Szymanski's avatar Sébastien Szymanski Committed by Tom Rini
Browse files

cmd/host: add missing \n in help text

parent 476e16e8
No related branches found
No related tags found
No related merge requests found
......@@ -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"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment