Home | History | Annotate | Download | only in command_processor

Lines Matching refs:help

44             help=("The file name of an image to flash."
51 help="The partitions and images to be flashed. The format is "
56 "--serial", default="", help="Serial number for device.")
59 help="Directory containing build images to be flashed.")
61 "--gsi", help="Path to generic system image")
62 self.arg_parser.add_argument("--vbmeta", help="Path to vbmeta image")
66 help="Flasher type. Valid arguments are \"fastboot\", \"custom\", "
72 "--flasher_path", default=None, help="Path to a flasher binary")
77 help="The arguments passed to the flasher binary. If any argument "
84 help="Reboot device to bootloader/download mode")
89 help="Repackage artifacts into given format before flashing.")
93 help="false to not wait for devie booting.")
95 "--reboot", default="false", help="true to reboot the device(s).")