diff options
author | Bruce Beare <bruce.j.beare@intel.com> | 2010-10-14 09:43:26 -0700 |
---|---|---|
committer | Jean-Baptiste Queru <jbq@google.com> | 2010-12-29 13:11:53 -0800 |
commit | 24ce4bc8d7c4706286ef0530870dea80a1a0cd11 (patch) | |
tree | 030f81c665efb707740b0a94dcd25f1bcb3f3b01 /fastboot | |
parent | 660c8b71952c4067fd9d9ae1d6def3d2a3127ddc (diff) | |
download | system_core-24ce4bc8d7c4706286ef0530870dea80a1a0cd11.zip system_core-24ce4bc8d7c4706286ef0530870dea80a1a0cd11.tar.gz system_core-24ce4bc8d7c4706286ef0530870dea80a1a0cd11.tar.bz2 |
fastboot: Add help message for continue command
Change-Id: I578b1b7c2d74d09d44ce9100bfe582aaa25c31b1
Signed-off-by: Bruce Beare <bruce.j.beare@intel.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 f3bfbeba..14048a1 100644 --- a/fastboot/fastboot.c +++ b/fastboot/fastboot.c @@ -223,6 +223,7 @@ void usage(void) " boot <kernel> [ <ramdisk> ] download and boot kernel\n" " flash:raw boot <kernel> [ <ramdisk> ] create bootimage and flash it\n" " devices list all connected devices\n" + " continue continue with autoboot\n" " reboot reboot device normally\n" " reboot-bootloader reboot device into bootloader\n" "\n" |