Skip to content
Snippets Groups Projects
Commit f38bec9f authored by Joe Hershberger's avatar Joe Hershberger Committed by Tom Rini
Browse files

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: default avatarJoe Hershberger <joe.hershberger@ni.com>
parent 22e04faa
No related branches found
No related tags found
No related merge requests found
...@@ -188,7 +188,8 @@ config CMD_EDITENV ...@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment