]> git.ipfire.org Git - people/ms/u-boot.git/commitdiff
cmd/host: add missing \n in help text
authorSébastien Szymanski <sebastien.szymanski@armadeus.com>
Thu, 19 Jan 2017 16:49:13 +0000 (17:49 +0100)
committerTom Rini <trini@konsulko.com>
Fri, 20 Jan 2017 14:15:24 +0000 (09:15 -0500)
Signed-off-by: Sébastien Szymanski <sebastien.szymanski@armadeus.com>
cmd/host.c

index 515621b804654bf495febc47723c9736d76a30e4..080b7cfb1d8243dcfbcb091c704486723a160602 100644 (file)
@@ -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"