X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=common%2Fcmd_sandbox.c;h=3d9fce7e554883f8dbb6b886d17420704f2f8a03;hb=1e3d64031608d668509b6fe0825f7708bb6b6a0d;hp=00982b164dd3c41e562fadffa0adf522c8841e66;hpb=e6fe4bd989b93b1f37a25771fc14478dd33aa0df;p=u-boot diff --git a/common/cmd_sandbox.c b/common/cmd_sandbox.c index 00982b164d..3d9fce7e55 100644 --- a/common/cmd_sandbox.c +++ b/common/cmd_sandbox.c @@ -114,11 +114,13 @@ static int do_sandbox(cmd_tbl_t *cmdtp, int flag, int argc, U_BOOT_CMD( sb, 8, 1, do_sandbox, "Miscellaneous sandbox commands", - "load host [ ] - " + "load hostfs - [ ] - " "load a file from host\n" - "sb ls host - list files on host\n" - "sb save host [] - " + "sb ls hostfs - - list files on host\n" + "sb save hostfs - [] - " "save a file to host\n" "sb bind [] - bind \"host\" device to file\n" - "sb info [] - show device binding & info" + "sb info [] - show device binding & info\n" + "sb commands use the \"hostfs\" device. The \"host\" device is used\n" + "with standard IO commands such as fatls or ext2load" );