X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=common%2Fcmd_nand.c;h=44c4d1f89ce2b2e189d275ee297e7090835f5805;hb=eb3abce898ce0d9c711ed1d107bd8b0ccf3c07de;hp=7bd37de78dee9e717f4c521c2eeaa51fe2825de3;hpb=e1ccf97c5d7651664d37c0c5aa243874b8851b2d;p=u-boot diff --git a/common/cmd_nand.c b/common/cmd_nand.c index 7bd37de78d..44c4d1f89c 100644 --- a/common/cmd_nand.c +++ b/common/cmd_nand.c @@ -693,7 +693,7 @@ U_BOOT_CMD( " write 'size' bytes starting at offset 'off' with yaffs format\n" " from memory address 'addr', skipping bad blocks.\n" #endif - "nand erase[.spread] [clean] [off [size]] - erase 'size' bytes " + "nand erase[.spread] [clean] off size - erase 'size' bytes " "from offset 'off'\n" " With '.spread', erase enough for given file size, otherwise,\n" " 'size' includes skipped bad blocks.\n"