From 64b810b41989876099b3c461b3ac91d4b3813d9d Mon Sep 17 00:00:00 2001 From: Tobias Klauser Date: Mon, 14 Dec 2009 17:50:35 +0100 Subject: Add README and example directory, correct usage --- mkubootenv.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'mkubootenv.c') 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 ] \n" + printf("usage: mkubootenv [-s ] \n" " -s set size of the target image file to bytes. If is\n" " bigger than the source file, the target image gets padded with null\n" " bytes. If is smaller than the source file, an error is emitted.\n" -- cgit v1.2.3-54-g00ecf