summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJean-Baptiste Queru <jbq@google.com>2010-12-29 13:12:10 -0800
committerAndroid Code Review <code-review@android.com>2010-12-29 13:12:10 -0800
commitf1c2a7352f19cf729f91bf2559fc93ef12c74dca (patch)
tree030f81c665efb707740b0a94dcd25f1bcb3f3b01
parent660c8b71952c4067fd9d9ae1d6def3d2a3127ddc (diff)
parent24ce4bc8d7c4706286ef0530870dea80a1a0cd11 (diff)
downloadsystem_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.c1
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"