diff options
author | Sébastien Szymanski <sebastien.szymanski@armadeus.com> | 2017-01-19 17:49:13 +0100 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2017-01-20 09:15:24 -0500 |
commit | 6baa692f90f398ffe334c1f5668e459cd59a5825 (patch) | |
tree | c91791c976e8e24a291ca5f4304b01a7ede0fe99 /cmd | |
parent | 476e16e87e2e554627bcd771f8e557f7be3ca1f3 (diff) | |
download | u-boot-6baa692f90f398ffe334c1f5668e459cd59a5825.tar.gz u-boot-6baa692f90f398ffe334c1f5668e459cd59a5825.tar.bz2 u-boot-6baa692f90f398ffe334c1f5668e459cd59a5825.zip |
cmd/host: add missing \n in help text
Signed-off-by: Sébastien Szymanski <sebastien.szymanski@armadeus.com>
Diffstat (limited to 'cmd')
-rw-r--r-- | cmd/host.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cmd/host.c b/cmd/host.c index 515621b804..080b7cfb1d 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" |