parser.add_argument('--baud-flightstack',action="store",default="57600",help="Comma-separated list of baud rate of the serial port (default is 57600) when communicating with flight stack (Mavlink or NSH), only required for true serial ports.")
parser.add_argument('--baud-flightstack',action="store",default="57600",help="Comma-separated list of baud rate of the serial port (default is 57600) when communicating with flight stack (Mavlink or NSH), only required for true serial ports.")
parser.add_argument('--force',action='store_true',default=False,help='Override board type check and continue loading')
parser.add_argument('--force',action='store_true',default=False,help='Override board type check and continue loading')
parser.add_argument('--boot-delay',type=int,default=None,help='minimum boot delay to store in flash')
parser.add_argument('--boot-delay',type=int,default=None,help='minimum boot delay to store in flash')
parser.add_argument('--target-system',type=int,action="store",help="System ID to update")
parser.add_argument('--target-component',type=int,action="store",help="Component ID to update")
parser.add_argument('--source-system',type=int,action="store",help="Source system to send reboot mavlink packets from",default=255)
parser.add_argument('--source-component',type=int,action="store",help="Source component to send reboot mavlink packets from",default=0)
parser.add_argument('firmware',action="store",help="Firmware file to be uploaded")
parser.add_argument('firmware',action="store",help="Firmware file to be uploaded")