fastboot: Update the help message with -b argument

Signed-off-by: Dima Zavin <dima@android.com>
This commit is contained in:
Dima Zavin 2009-04-30 15:03:05 -07:00
parent 8634c6cf60
commit 95ec983887
1 changed files with 1 additions and 0 deletions

View File

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