[U-Boot] [PATCH 1/1] cmd/host: add missing \n in help text

Signed-off-by: Sébastien Szymanski sebastien.szymanski@armadeus.com --- 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 - <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"

On Thu, Jan 19, 2017 at 05:49:13PM +0100, Sébastien Szymanski wrote:
Signed-off-by: Sébastien Szymanski sebastien.szymanski@armadeus.com
Applied to u-boot/master, thanks!

On 19 January 2017 at 09:49, Sébastien Szymanski sebastien.szymanski@armadeus.com wrote:
Signed-off-by: Sébastien Szymanski sebastien.szymanski@armadeus.com
cmd/host.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
Reviewed-by: Simon Glass sjg@chromium.org
participants (3)
-
Simon Glass
-
Sébastien Szymanski
-
Tom Rini