summaryrefslogtreecommitdiffstats
path: root/fastboot
diff options
context:
space:
mode:
authorJean-Baptiste Queru <jbq@google.com>2010-12-29 16:01:55 -0800
committerAndroid Git Automerger <android-git-automerger@android.com>2010-12-29 16:01:55 -0800
commit512405a421fa69a7a003854d9270cd109b026267 (patch)
treeacb6800fa10b8972cadc880546af5e4465834d1b /fastboot
parent7d700f8bdce747a26e3ee4737683194d77286ba3 (diff)
parentf1c2a7352f19cf729f91bf2559fc93ef12c74dca (diff)
downloadsystem_core-512405a421fa69a7a003854d9270cd109b026267.zip
system_core-512405a421fa69a7a003854d9270cd109b026267.tar.gz
system_core-512405a421fa69a7a003854d9270cd109b026267.tar.bz2
am f1c2a735: Merge "fastboot: Add help message for continue command"
* commit 'f1c2a7352f19cf729f91bf2559fc93ef12c74dca': fastboot: Add help message for continue command
Diffstat (limited to 'fastboot')
-rw-r--r--fastboot/fastboot.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/fastboot/fastboot.c b/fastboot/fastboot.c
index 63208bc..973510a 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"