All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] cmd:Update HELP text of ’askenv’
@ 2021-06-01  7:09 opensource.kab
  2021-06-01 16:41 ` Heinrich Schuchardt
  0 siblings, 1 reply; 3+ messages in thread
From: opensource.kab @ 2021-06-01  7:09 UTC (permalink / raw)
  To: u-boot
  Cc: sjg, Adarsh Babu Kalepalli, Heinrich Schuchardt, Maxim Uvarov,
	Patrice Chotard, Patrick Delaunay, Pedro Aguilar

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


^ permalink raw reply related	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2021-06-01 17:46 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-06-01  7:09 [PATCH] cmd:Update HELP text of ’askenv’ opensource.kab
2021-06-01 16:41 ` Heinrich Schuchardt
2021-06-01 17:46   ` Adarsh Babu Kalepalli

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.