diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2010-04-28 20:30:44 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2010-04-28 20:30:44 +0200 |
commit | 44dad747bf39cb8e352d885bda37cf37b98e3f75 (patch) | |
tree | e0509989d0ced20e7f06aca96f13de104e8baa3e /package/nand/src/nand.c | |
parent | bc924b61431ffa6c76db5fefa7a5a09951fe6ccb (diff) | |
parent | e42433d7127f9a50b5dae57fff331ecfdc9883c4 (diff) |
Merge branch 'master' of git+ssh://openadk.org/git/openadk
Diffstat (limited to 'package/nand/src/nand.c')
-rw-r--r-- | package/nand/src/nand.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/nand/src/nand.c b/package/nand/src/nand.c index 0d5d7f0e4..225e866e2 100644 --- a/package/nand/src/nand.c +++ b/package/nand/src/nand.c @@ -494,7 +494,7 @@ usage(void) " -q quiet mode\n" " -r reboot after successful command\n" "Example: To write linux.img to mtd partition labeled as linux\n" - " mtd write linux.img linux\n\n"); + " nand write linux.img linux\n\n"); exit(1); } |