diff options
Diffstat (limited to 'cmd/host.c')
-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 515621b8046..080b7cfb1d8 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" |