1
0
Fork 0
forked from len0rd/rockbox

mkimxboot: fix usage message

Change-Id: I7a7a2c56c434525ac242f447dd8bb287d5fc69eb
This commit is contained in:
Amaury Pouly 2015-03-08 22:56:15 +01:00
parent b8d328749e
commit 98a69ec500

View file

@ -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");