diff mbox

[U-Boot,2/7] common: Fix comment for saveenv in Kconfig

Message ID 1435007730-8451-3-git-send-email-joe.hershberger@ni.com
State Accepted
Delegated to: Tom Rini
Headers show

Commit Message

Joe Hershberger June 22, 2015, 9:15 p.m. UTC
The help for this was simply copied from another command.

Update it to reflect the command.

Signed-off-by: Joe Hershberger <joe.hershberger@ni.com>
---

 common/Kconfig | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

Comments

Tom Rini June 26, 2015, 9:04 p.m. UTC | #1
On Mon, Jun 22, 2015 at 04:15:25PM -0500, Joe Hershberger wrote:

> The help for this was simply copied from another command.
> 
> Update it to reflect the command.
> 
> Signed-off-by: Joe Hershberger <joe.hershberger@ni.com>

Applied to u-boot/master, thanks!
diff mbox

Patch

diff --git a/common/Kconfig b/common/Kconfig
index f6478fa..0ccdf62 100644
--- a/common/Kconfig
+++ b/common/Kconfig
@@ -188,7 +188,8 @@  config CMD_EDITENV
 config CMD_SAVEENV
 	bool "saveenv"
 	help
-	  Run the command in the given environment variable.
+	  Save all environment variables into the compiled-in persistent
+	  storage.
 
 endmenu