summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--mmc.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/mmc.c b/mmc.c
index 986bf1b..56f621c 100644
--- a/mmc.c
+++ b/mmc.c
@@ -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,