Loading fastboot/fastboot.c +1 −0 Original line number Original line Diff line number Diff line Loading @@ -223,6 +223,7 @@ void usage(void) " boot <kernel> [ <ramdisk> ] download and boot kernel\n" " boot <kernel> [ <ramdisk> ] download and boot kernel\n" " flash:raw boot <kernel> [ <ramdisk> ] create bootimage and flash it\n" " flash:raw boot <kernel> [ <ramdisk> ] create bootimage and flash it\n" " devices list all connected devices\n" " devices list all connected devices\n" " continue continue with autoboot\n" " reboot reboot device normally\n" " reboot reboot device normally\n" " reboot-bootloader reboot device into bootloader\n" " reboot-bootloader reboot device into bootloader\n" "\n" "\n" Loading Loading
fastboot/fastboot.c +1 −0 Original line number Original line Diff line number Diff line Loading @@ -223,6 +223,7 @@ void usage(void) " boot <kernel> [ <ramdisk> ] download and boot kernel\n" " boot <kernel> [ <ramdisk> ] download and boot kernel\n" " flash:raw boot <kernel> [ <ramdisk> ] create bootimage and flash it\n" " flash:raw boot <kernel> [ <ramdisk> ] create bootimage and flash it\n" " devices list all connected devices\n" " devices list all connected devices\n" " continue continue with autoboot\n" " reboot reboot device normally\n" " reboot reboot device normally\n" " reboot-bootloader reboot device into bootloader\n" " reboot-bootloader reboot device into bootloader\n" "\n" "\n" Loading