aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAdarsh Babu Kalepalli <opensource.kab@gmail.com>2021-05-24 13:35:39 +0530
committerTom Rini <trini@konsulko.com>2021-08-04 15:58:31 -0400
commit1fdafebdfc948f87af40980c6c5135afd96ecdf1 (patch)
tree8eeb025ffe6d8c2c4a3dd79015e9f479a9ac6895
parentf86eba03fa2314e13ff91591ad762d0df2c6e9fe (diff)
downloadu-boot-1fdafebdfc948f87af40980c6c5135afd96ecdf1.zip
u-boot-1fdafebdfc948f87af40980c6c5135afd96ecdf1.tar.gz
u-boot-1fdafebdfc948f87af40980c6c5135afd96ecdf1.tar.bz2
cmd:(cosmetic)Mentioned in 'chpart' command HELP text that it is for MTD devicesWIP/2021-08-04-assorted-minor-fixes
Modified the help text of 'chpart' command ,mentioning that it is for MTD devices. Signed-off-by: Adarsh Babu Kalepalli <opensource.kab@gmail.com> Reviewed-by: Simon Glass <sjg@chromium.org>
-rw-r--r--cmd/mtdparts.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/cmd/mtdparts.c b/cmd/mtdparts.c
index ed373a8..3048700 100644
--- a/cmd/mtdparts.c
+++ b/cmd/mtdparts.c
@@ -2077,9 +2077,9 @@ static int do_mtdparts(struct cmd_tbl *cmdtp, int flag, int argc,
/***************************************************/
U_BOOT_CMD(
chpart, 2, 0, do_chpart,
- "change active partition",
+ "change active partition of a MTD device",
"part-id\n"
- " - change active partition (e.g. part-id = nand0,1)"
+ " - change active partition (e.g. part-id = nand0,1) of a MTD device"
);
#ifdef CONFIG_SYS_LONGHELP