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>
This commit is contained in:
Joe Hershberger 2015-06-22 16:15:25 -05:00 committed by Tom Rini
parent 22e04faaab
commit f38bec9f15

View File

@ -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