]> git.karo-electronics.de Git - karo-tx-uboot.git/commitdiff
common: Fix comment for saveenv in Kconfig
authorJoe Hershberger <joe.hershberger@ni.com>
Mon, 22 Jun 2015 21:15:25 +0000 (16:15 -0500)
committerLothar Waßmann <LW@KARO-electronics.de>
Tue, 8 Sep 2015 22:42:56 +0000 (00:42 +0200)
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

index 72264c54d3fc6cb76487fd6923b066068b836189..9990bec5b95e45cfad4e595f04c174a18810fee7 100644 (file)
@@ -219,7 +219,8 @@ config CMD_SAVEENV
        bool "saveenv"
        default y
        help
-         Run the command in the given environment variable.
+         Save all environment variables into the compiled-in persistent
+         storage.
 
 endmenu