Skip to content

Commit 6599780

Browse files
committed
Improve/clarify usage descriptions
1 parent d4faeab commit 6599780

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

mmc.c

+2-2
Original file line numberDiff line numberDiff line change
@@ -62,12 +62,12 @@ static struct Command commands[] = {
6262
},
6363
{ do_writeprotect_set, -1,
6464
"writeprotect set", "<device>\n"
65-
"Set the eMMC writeprotect status of <device>.",
65+
"Set the eMMC writeprotect status of <device>.\nThis sets the eMMC to be write-protected until next boot.",
6666
NULL
6767
},
6868
{ do_disable_512B_emulation, -1,
6969
"disable 512B emulation", "<device>\n"
70-
"Set the eMMC data sector size to 4KB by disabling emulation on <device>.",
70+
"Set the eMMC data sector size to 4KB by disabling emulation on\n<device>.",
7171
NULL
7272
},
7373
{ do_write_boot_en, -3,

0 commit comments

Comments
 (0)