From: Sébastien Szymanski Date: Thu, 19 Jan 2017 16:49:13 +0000 (+0100) Subject: cmd/host: add missing \n in help text X-Git-Tag: v2017.03-rc1~89 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=6baa692f90f398ffe334c1f5668e459cd59a5825;p=u-boot cmd/host: add missing \n in help text Signed-off-by: Sébastien Szymanski --- 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 - - list files on host\n" "host save hostfs - [] - " "save a file to host\n" - "host size hostfs - - determine size of file on host" + "host size hostfs - - determine size of file on host\n" "host bind [] - bind \"host\" device to file\n" "host info [] - show device binding & info\n" "host dev [] - Set or retrieve the current host device\n"