diff options
Diffstat (limited to 'fastboot/fastboot.c')
-rw-r--r-- | fastboot/fastboot.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/fastboot/fastboot.c b/fastboot/fastboot.c index 95e20b5..850e10b 100644 --- a/fastboot/fastboot.c +++ b/fastboot/fastboot.c @@ -222,6 +222,7 @@ void usage(void) " -p <product> specify product name\n" " -c <cmdline> override kernel commandline\n" " -i <vendor id> specify a custom USB vendor id\n" + " -b <base_addr> specify a custom kernel base address\n" ); exit(1); } |