mirror of
https://github.com/Fishwaldo/u-boot.git
synced 2025-06-26 00:21:37 +00:00
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:
parent
22e04faaab
commit
f38bec9f15
1 changed files with 2 additions and 1 deletions
|
@ -188,7 +188,8 @@ config CMD_EDITENV
|
||||||
config CMD_SAVEENV
|
config CMD_SAVEENV
|
||||||
bool "saveenv"
|
bool "saveenv"
|
||||||
help
|
help
|
||||||
Run the command in the given environment variable.
|
Save all environment variables into the compiled-in persistent
|
||||||
|
storage.
|
||||||
|
|
||||||
endmenu
|
endmenu
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue