summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--rbutil/mkimxboot/main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/rbutil/mkimxboot/main.c b/rbutil/mkimxboot/main.c
index a2ec462db0..3c637a98b6 100644
--- a/rbutil/mkimxboot/main.c
+++ b/rbutil/mkimxboot/main.c
@@ -52,7 +52,7 @@ static void usage(void)
52 printf(" -i <file> Set input file\n"); 52 printf(" -i <file> Set input file\n");
53 printf(" -b <file> Set boot file\n"); 53 printf(" -b <file> Set boot file\n");
54 printf(" -d/--debug Enable debug output\n"); 54 printf(" -d/--debug Enable debug output\n");
55 printf(" -t <type> Set type (dualboot, singleboot, recovery)\n"); 55 printf(" -t <type> Set type (dualboot, singleboot, recovery, charge)\n");
56 printf(" -v <v> Set variant\n"); 56 printf(" -v <v> Set variant\n");
57 printf(" -x Dump device informations\n"); 57 printf(" -x Dump device informations\n");
58 printf(" -w Extract the original firmware\n"); 58 printf(" -w Extract the original firmware\n");