am 95ec983: fastboot: Update the help message with -b argument

Merge commit '95ec983887867a117f4ef87073495111aff4a506'

* commit '95ec983887867a117f4ef87073495111aff4a506':
  fastboot: Update the help message with -b argument
This commit is contained in:
Dima Zavin 2009-04-30 17:04:06 -07:00 committed by The Android Open Source Project
commit b55cf93e25

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