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: sjg@chromium.org,
	Adarsh Babu Kalepalli <opensource.kab@gmail.com>,
	Heinrich Schuchardt <xypron.glpk@gmx.de>,
	Maxim Uvarov <maxim.uvarov@linaro.org>,
	Patrice Chotard <patrice.chotard@foss.st.com>,
	Patrick Delaunay <patrick.delaunay@foss.st.com>,
	Pedro Aguilar <pedro.aguilar@vimar.com>
Subject: [PATCH] cmd:Update HELP text of ’askenv’
Date: Tue,  1 Jun 2021 12:39:27 +0530	[thread overview]
Message-ID: <20210601070927.5379-1-opensource.kab@gmail.com> (raw)

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

Help text of ‘askenv’ cmd is updated

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

 cmd/nvedit.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/cmd/nvedit.c b/cmd/nvedit.c
index d14ba10cef..910cf16aaf 100644
--- a/cmd/nvedit.c
+++ b/cmd/nvedit.c
@@ -1569,7 +1569,7 @@ U_BOOT_CMD(
 	askenv,	CONFIG_SYS_MAXARGS,	1,	do_env_ask,
 	"get environment variables from stdin",
 	"name [message] [size]\n"
-	"    - get environment variable 'name' from stdin (max 'size' chars)"
+	"    - display 'message' and get environment variable 'name' from stdin (max 'size' chars)"
 );
 #endif
 
-- 
2.17.1


             reply	other threads:[~2021-06-01  7:09 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-06-01  7:09 opensource.kab [this message]
2021-06-01 16:41 ` [PATCH] cmd:Update HELP text of ’askenv’ Heinrich Schuchardt
2021-06-01 17:46   ` Adarsh Babu Kalepalli

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=20210601070927.5379-1-opensource.kab@gmail.com \
    --to=opensource.kab@gmail.com \
    --cc=maxim.uvarov@linaro.org \
    --cc=patrice.chotard@foss.st.com \
    --cc=patrick.delaunay@foss.st.com \
    --cc=pedro.aguilar@vimar.com \
    --cc=sjg@chromium.org \
    --cc=u-boot@lists.denx.de \
    --cc=xypron.glpk@gmx.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