From 1f96bb1eda77de338fcd8b2af1a70a3c2cf37f18 Mon Sep 17 00:00:00 2001 From: Tobias Klauser Date: Tue, 10 Nov 2009 14:13:24 +0100 Subject: Remove old option from usage (never implemented) --- mkubootenv.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'mkubootenv.c') diff --git a/mkubootenv.c b/mkubootenv.c index fce3b1f..253ed9c 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 [-t ] [-s ] \n" + printf("usage: mkenv [-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