diff options
author | Tobias Klauser <tklauser@distanz.ch> | 2012-11-20 11:02:37 +0100 |
---|---|---|
committer | Tobias Klauser <tklauser@distanz.ch> | 2012-11-20 11:03:55 +0100 |
commit | 44ca44a58e5b326b31b0d6eee2d84eaa63c1b0d2 (patch) | |
tree | 9bd74d563a31137714ad6bb0e7d0a707a2a5203b /mkubootenv | |
parent | 9037aad768e08d6db68a62d5f2247a6f98056e7d (diff) |
mkubootenv: Fix typo in README
Diffstat (limited to 'mkubootenv')
-rw-r--r-- | mkubootenv/README | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mkubootenv/README b/mkubootenv/README index e63eba3..ecb4187 100644 --- a/mkubootenv/README +++ b/mkubootenv/README @@ -1,7 +1,7 @@ mkubootenv ========== -Create an U-Boot environmet image suitable for flashing. The input is a text +Create an U-Boot environment image suitable for flashing. The input is a text file containing environment variable definitions in the format “name=value”, separeated by newlines. |