diff options
author | Dima Zavin <dima@android.com> | 2009-04-30 15:03:05 -0700 |
---|---|---|
committer | Dima Zavin <dima@android.com> | 2009-04-30 15:03:05 -0700 |
commit | 95ec983887867a117f4ef87073495111aff4a506 (patch) | |
tree | 5c34c707a7ad822d6073e2acc7f1b37843aa43dd /fastboot | |
parent | 8634c6cf602efae71326fa7b3910d9034378287a (diff) | |
download | core-95ec983887867a117f4ef87073495111aff4a506.tar.gz core-95ec983887867a117f4ef87073495111aff4a506.tar.bz2 core-95ec983887867a117f4ef87073495111aff4a506.zip |
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.c | 1 |
1 files changed, 1 insertions, 0 deletions
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 <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); } |