]> git.dujemihanovic.xyz Git - u-boot.git/commitdiff
cmd:(cosmetic)Mentioned in 'chpart' command HELP text that it is for MTD devices
authorAdarsh Babu Kalepalli <opensource.kab@gmail.com>
Mon, 24 May 2021 08:05:39 +0000 (13:35 +0530)
committerTom Rini <trini@konsulko.com>
Wed, 4 Aug 2021 19:58:31 +0000 (15:58 -0400)
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>
cmd/mtdparts.c

index ed373a8c4dad71b6c6f844e69902bc88d94dcccd..3048700778bd02b16e6f33eae99bc9b71386408c 100644 (file)
@@ -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