fastboot: Update the help message with -b argument
Signed-off-by: Dima Zavin <dima@android.com>
This commit is contained in:
parent
8634c6cf60
commit
95ec983887
|
@ -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);
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue