From 6baa692f90f398ffe334c1f5668e459cd59a5825 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Szymanski?= Date: Thu, 19 Jan 2017 17:49:13 +0100 Subject: [PATCH] cmd/host: add missing \n in help text MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Sébastien Szymanski --- cmd/host.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 - - 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"