summaryrefslogtreecommitdiff
path: root/mkubootenv.c
diff options
context:
space:
mode:
authorTobias Klauser <klto@zhaw.ch>2009-12-14 17:50:35 +0100
committerTobias Klauser <klto@zhaw.ch>2009-12-14 17:50:35 +0100
commit64b810b41989876099b3c461b3ac91d4b3813d9d (patch)
tree76c34d5fffd784af3e5218c98608665eb119d8a5 /mkubootenv.c
parentbc22fb970ec9f3725e5d46d467798897610354e4 (diff)
Add README and example directory, correct usage
Diffstat (limited to 'mkubootenv.c')
-rw-r--r--mkubootenv.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/mkubootenv.c b/mkubootenv.c
index 8a1b10c..8e49cbb 100644
--- a/mkubootenv.c
+++ b/mkubootenv.c
@@ -205,7 +205,7 @@ static void uboot_img_to_env(struct file *s, struct file *t)
static void usage_and_exit(int status)
{
- printf("usage: mkenv [-s <size>] <source file> <target file>\n"
+ printf("usage: mkubootenv [-s <size>] <source file> <target file>\n"
" -s <size> set size of the target image file to <size> bytes. If <size> is\n"
" bigger than the source file, the target image gets padded with null\n"
" bytes. If <size> is smaller than the source file, an error is emitted.\n"