commit | 95ec983887867a117f4ef87073495111aff4a506 | [log] [tgz] |
---|---|---|
author | Dima Zavin <dima@android.com> | Thu Apr 30 15:03:05 2009 -0700 |
committer | Dima Zavin <dima@android.com> | Thu Apr 30 15:03:05 2009 -0700 |
tree | 5c34c707a7ad822d6073e2acc7f1b37843aa43dd | |
parent | 8634c6cf602efae71326fa7b3910d9034378287a [diff] |
fastboot: Update the help message with -b argument Signed-off-by: Dima Zavin <dima@android.com>
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 @@ " -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); }