Commit eb3abce898ce0d9c711ed1d107bd8b0ccf3c07de

Authored by Daniel Hobi
Committed by Scott Wood
1 parent 3b250ffb41

cmd_nand: fix help of nand erase subcommand

Since commit 30486322 (nand erase: .spread, .part, .chip subcommands)
the arguments off and size are no longer optional.

Signed-off-by: Daniel Hobi <daniel.hobi@schmid-telecom.ch>
Cc: Scott Wood <scottwood@freescale.com>
Signed-off-by: Scott Wood <scottwood@freescale.com>

Showing 1 changed file with 1 additions and 1 deletions Side-by-side Diff

... ... @@ -693,7 +693,7 @@
693 693 " write 'size' bytes starting at offset 'off' with yaffs format\n"
694 694 " from memory address 'addr', skipping bad blocks.\n"
695 695 #endif
696   - "nand erase[.spread] [clean] [off [size]] - erase 'size' bytes "
  696 + "nand erase[.spread] [clean] off size - erase 'size' bytes "
697 697 "from offset 'off'\n"
698 698 " With '.spread', erase enough for given file size, otherwise,\n"
699 699 " 'size' includes skipped bad blocks.\n"