diff --git a/fastboot/fastboot.c b/fastboot/fastboot.c index 95e20b5a1..850e10b96 100644 --- a/fastboot/fastboot.c +++ b/fastboot/fastboot.c @@ -222,6 +222,7 @@ void usage(void) " -p specify product name\n" " -c override kernel commandline\n" " -i specify a custom USB vendor id\n" + " -b specify a custom kernel base address\n" ); exit(1); }