summaryrefslogtreecommitdiff
path: root/cmd/host.c
diff options
context:
space:
mode:
authorSébastien Szymanski <sebastien.szymanski@armadeus.com>2017-01-19 16:49:13 (GMT)
committerTom Rini <trini@konsulko.com>2017-01-20 14:15:24 (GMT)
commit6baa692f90f398ffe334c1f5668e459cd59a5825 (patch)
treec91791c976e8e24a291ca5f4304b01a7ede0fe99 /cmd/host.c
parent476e16e87e2e554627bcd771f8e557f7be3ca1f3 (diff)
downloadu-boot-fsl-qoriq-6baa692f90f398ffe334c1f5668e459cd59a5825.tar.xz
cmd/host: add missing \n in help text
Signed-off-by: Sébastien Szymanski <sebastien.szymanski@armadeus.com>
Diffstat (limited to 'cmd/host.c')
-rw-r--r--cmd/host.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/cmd/host.c b/cmd/host.c
index 515621b..080b7cf 100644
--- a/cmd/host.c
+++ b/cmd/host.c
@@ -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"