diff options
author | Jean-Baptiste Queru <jbq@google.com> | 2010-12-29 13:12:10 -0800 |
---|---|---|
committer | Android Code Review <code-review@android.com> | 2010-12-29 13:12:10 -0800 |
commit | f1c2a7352f19cf729f91bf2559fc93ef12c74dca (patch) | |
tree | 030f81c665efb707740b0a94dcd25f1bcb3f3b01 | |
parent | 660c8b71952c4067fd9d9ae1d6def3d2a3127ddc (diff) | |
parent | 24ce4bc8d7c4706286ef0530870dea80a1a0cd11 (diff) | |
download | system_core-f1c2a7352f19cf729f91bf2559fc93ef12c74dca.zip system_core-f1c2a7352f19cf729f91bf2559fc93ef12c74dca.tar.gz system_core-f1c2a7352f19cf729f91bf2559fc93ef12c74dca.tar.bz2 |
Merge "fastboot: Add help message for continue command"
-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" |