summaryrefslogtreecommitdiff
path: root/mkubootenv.c
diff options
context:
space:
mode:
authorTobias Klauser <klto@zhaw.ch>2009-11-10 14:13:24 +0100
committerTobias Klauser <klto@zhaw.ch>2009-11-10 14:13:24 +0100
commit1f96bb1eda77de338fcd8b2af1a70a3c2cf37f18 (patch)
tree298105b5f85c07fa1f9f29df052fa6360b6ffb30 /mkubootenv.c
parentd944dd523f456b95afc6f7f829350cf107b6f665 (diff)
Remove old option from usage (never implemented)
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 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 <type>] [-s <size>] <source file> <target file>\n"
+ printf("usage: mkenv [-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"