diff options
author | Amaury Pouly <amaury.pouly@gmail.com> | 2015-03-08 22:56:15 +0100 |
---|---|---|
committer | Amaury Pouly <amaury.pouly@gmail.com> | 2015-03-08 22:57:29 +0100 |
commit | 98a69ec5009104088cdad3506836e2d042173f64 (patch) | |
tree | 82d10362bbaf1e8569cc1e8f6a41b2e7e39b735d | |
parent | b8d328749ec24d1e7a0f9f62af0b4ac4388714e5 (diff) |
mkimxboot: fix usage message
Change-Id: I7a7a2c56c434525ac242f447dd8bb287d5fc69eb
-rw-r--r-- | rbutil/mkimxboot/main.c | 2 |
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) 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"); |