mkimxboot: fix usage
Change-Id: I049908ac0fe65646906999b7e661a64506bd2594
This commit is contained in:
parent
00c37a6ea2
commit
44c32f8405
1 changed files with 1 additions and 1 deletions
|
@ -44,7 +44,7 @@ struct imx_variant_t imx_variants[] =
|
|||
|
||||
static void usage(void)
|
||||
{
|
||||
printf("Usage: elftosb [options | file]...\n");
|
||||
printf("Usage: mkimxboot [options | file]...\n");
|
||||
printf("Options:\n");
|
||||
printf(" -?/--help\tDisplay this message\n");
|
||||
printf(" -o <file>\tSet output file\n");
|
||||
|
|
Loading…
Reference in a new issue