Commit f38bec9f15ab04014b84b34b6aba246d5340e806

Authored by Joe Hershberger
Committed by Tom Rini
1 parent 22e04faaab

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>

Showing 1 changed file with 2 additions and 1 deletions Side-by-side Diff

... ... @@ -188,7 +188,8 @@
188 188 config CMD_SAVEENV
189 189 bool "saveenv"
190 190 help
191   - Run the command in the given environment variable.
  191 + Save all environment variables into the compiled-in persistent
  192 + storage.
192 193  
193 194 endmenu
194 195