forked from len0rd/rockbox
mkimxboot: fix usage message
Change-Id: I7a7a2c56c434525ac242f447dd8bb287d5fc69eb
This commit is contained in:
parent
b8d328749e
commit
98a69ec500
1 changed files with 1 additions and 1 deletions
|
|
@ -52,7 +52,7 @@ static void usage(void)
|
|||
printf(" -i <file> Set input file\n");
|
||||
printf(" -b <file> Set boot file\n");
|
||||
printf(" -d/--debug Enable debug output\n");
|
||||
printf(" -t <type> Set type (dualboot, singleboot, recovery)\n");
|
||||
printf(" -t <type> Set type (dualboot, singleboot, recovery, charge)\n");
|
||||
printf(" -v <v> Set variant\n");
|
||||
printf(" -x Dump device informations\n");
|
||||
printf(" -w Extract the original firmware\n");
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue