summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Ball <cjb@laptop.org>2012-09-21 18:19:25 +0800
committerChris Ball <cjb@laptop.org>2012-09-21 18:19:25 +0800
commit6599780fda6ef3caf5927deb3036f1b646605008 (patch)
treea1a03f2285108bf49637551c8f5e0c359fdf4191
parentd4faeabb78ef15f26188c8ba247398b2bac373e5 (diff)
downloadmmc-utils-6599780fda6ef3caf5927deb3036f1b646605008.tar.gz
Improve/clarify usage descriptions
-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,