From 95ec983887867a117f4ef87073495111aff4a506 Mon Sep 17 00:00:00 2001 From: Dima Zavin Date: Thu, 30 Apr 2009 15:03:05 -0700 Subject: fastboot: Update the help message with -b argument Signed-off-by: Dima Zavin --- fastboot/fastboot.c | 1 + 1 file changed, 1 insertion(+) (limited to 'fastboot') 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); } -- cgit v1.2.3