We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d4faeab commit 6599780Copy full SHA for 6599780
mmc.c
@@ -62,12 +62,12 @@ static struct Command commands[] = {
62
},
63
{ do_writeprotect_set, -1,
64
"writeprotect set", "<device>\n"
65
- "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.",
66
NULL
67
68
{ do_disable_512B_emulation, -1,
69
"disable 512B emulation", "<device>\n"
70
- "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>.",
71
72
73
{ do_write_boot_en, -3,
0 commit comments