瀏覽代碼

cmd:(cosmetic)Mentioned in 'chpart' command HELP text that it is for MTD devices

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>
Adarsh Babu Kalepalli 3 年之前
父節點
當前提交
1fdafebdfc
共有 1 個文件被更改,包括 2 次插入2 次删除
  1. 2 2
      cmd/mtdparts.c

+ 2 - 2
cmd/mtdparts.c

@@ -2077,9 +2077,9 @@ static int do_mtdparts(struct cmd_tbl *cmdtp, int flag, int argc,
 /***************************************************/
 /***************************************************/
 U_BOOT_CMD(
 U_BOOT_CMD(
 	chpart,	2,	0,	do_chpart,
 	chpart,	2,	0,	do_chpart,
-	"change active partition",
+	"change active partition of a MTD device",
 	"part-id\n"
 	"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
 #ifdef CONFIG_SYS_LONGHELP