From 24ce4bc8d7c4706286ef0530870dea80a1a0cd11 Mon Sep 17 00:00:00 2001 From: Bruce Beare Date: Thu, 14 Oct 2010 09:43:26 -0700 Subject: [PATCH] fastboot: Add help message for continue command Change-Id: I578b1b7c2d74d09d44ce9100bfe582aaa25c31b1 Signed-off-by: Bruce Beare --- fastboot/fastboot.c | 1 + 1 file changed, 1 insertion(+) diff --git a/fastboot/fastboot.c b/fastboot/fastboot.c index f3bfbeba5..14048a101 100644 --- a/fastboot/fastboot.c +++ b/fastboot/fastboot.c @@ -223,6 +223,7 @@ void usage(void) " boot [ ] download and boot kernel\n" " flash:raw boot [ ] 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"