summaryrefslogtreecommitdiffstats
path: root/common
diff options
context:
space:
mode:
authorJoe Hershberger <joe.hershberger@ni.com>2015-06-22 16:15:25 -0500
committerTom Rini <trini@konsulko.com>2015-06-25 17:04:47 -0400
commitf38bec9f15ab04014b84b34b6aba246d5340e806 (patch)
tree4c94bd61cf147316653c3ff89a7fe09357c64eca /common
parent22e04faaab13dea12975d9be99491db7ddff8bdd (diff)
downloadtalos-obmc-uboot-f38bec9f15ab04014b84b34b6aba246d5340e806.tar.gz
talos-obmc-uboot-f38bec9f15ab04014b84b34b6aba246d5340e806.zip
common: Fix comment for saveenv in Kconfig
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>
Diffstat (limited to 'common')
-rw-r--r--common/Kconfig3
1 files changed, 2 insertions, 1 deletions
diff --git a/common/Kconfig b/common/Kconfig
index f6478fad0b..0ccdf62c1e 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
OpenPOWER on IntegriCloud