Commit 6599780f authored by Chris Ball's avatar Chris Ball
Browse files

Improve/clarify usage descriptions

parent d4faeabb
......@@ -62,12 +62,12 @@ static struct Command commands[] = {
},
{ do_writeprotect_set, -1,
"writeprotect set", "<device>\n"
"Set the eMMC writeprotect status of <device>.",
"Set the eMMC writeprotect status of <device>.\nThis sets the eMMC to be write-protected until next boot.",
NULL
},
{ do_disable_512B_emulation, -1,
"disable 512B emulation", "<device>\n"
"Set the eMMC data sector size to 4KB by disabling emulation on <device>.",
"Set the eMMC data sector size to 4KB by disabling emulation on\n<device>.",
NULL
},
{ do_write_boot_en, -3,
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment