summaryrefslogtreecommitdiffstats
path: root/fastboot
diff options
context:
space:
mode:
authorDima Zavin <dima@android.com>2009-04-30 15:03:05 -0700
committerDima Zavin <dima@android.com>2009-04-30 15:03:05 -0700
commit95ec983887867a117f4ef87073495111aff4a506 (patch)
tree5c34c707a7ad822d6073e2acc7f1b37843aa43dd /fastboot
parent8634c6cf602efae71326fa7b3910d9034378287a (diff)
downloadsystem_core-95ec983887867a117f4ef87073495111aff4a506.zip
system_core-95ec983887867a117f4ef87073495111aff4a506.tar.gz
system_core-95ec983887867a117f4ef87073495111aff4a506.tar.bz2
fastboot: Update the help message with -b argument
Signed-off-by: Dima Zavin <dima@android.com>
Diffstat (limited to 'fastboot')
-rw-r--r--fastboot/fastboot.c1
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);
}