X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;f=common%2Fcmd_sandbox.c;h=428696982e33640a44b3b4af04e2fdca6981eec5;hb=f3b4bc458de3285a04c5f60df6372ad5ca79fa60;hp=00982b164dd3c41e562fadffa0adf522c8841e66;hpb=33d413fc91e0bbbb92962a80f5333d6f1f628c5b;p=oweals%2Fu-boot.git diff --git a/common/cmd_sandbox.c b/common/cmd_sandbox.c index 00982b164d..428696982e 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" );