public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
From: opensource.kab@gmail.com
To: u-boot@lists.denx.de
Cc: wd@denx.de, Adarsh Babu Kalepalli <opensource.kab@gmail.com>,
	Simon Glass <sjg@chromium.org>
Subject: [PATCH] cmd:(cosmetic)Mentioned in 'chpart' command HELP text that it is for MTD devices
Date: Mon, 24 May 2021 13:35:39 +0530	[thread overview]
Message-ID: <20210524080539.7204-1-opensource.kab@gmail.com> (raw)

From: Adarsh Babu Kalepalli <opensource.kab@gmail.com>

Modified the help text of 'chpart' command ,mentioning that it is
for MTD devices.

Signed-off-by: Adarsh Babu Kalepalli <opensource.kab@gmail.com>
---

 cmd/mtdparts.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/cmd/mtdparts.c b/cmd/mtdparts.c
index ed373a8c4d..3048700778 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
-- 
2.17.1


             reply	other threads:[~2021-05-24  8:05 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-05-24  8:05 opensource.kab [this message]
2021-06-19 17:32 ` [PATCH] cmd:(cosmetic)Mentioned in 'chpart' command HELP text that it is for MTD devices Simon Glass
2021-08-05  1:18 ` Tom Rini

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20210524080539.7204-1-opensource.kab@gmail.com \
    --to=opensource.kab@gmail.com \
    --cc=sjg@chromium.org \
    --cc=u-boot@lists.denx.de \
    --cc=wd@denx.de \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox