From: Keith Packard Date: Mon, 18 Feb 2019 18:40:06 +0000 (-0800) Subject: ao-tools/ao-dump-up: Document --wait flag X-Git-Tag: 1.9.1~1^2~131 X-Git-Url: https://git.gag.com/?p=fw%2Faltos;a=commitdiff_plain;h=85104dbe9684af579c9255553b609fd28f8ee276 ao-tools/ao-dump-up: Document --wait flag --wait means to poll for a µPusb device instead of bailing when none exists at startup. Quite useful for testing a batch of new device. Signed-off-by: Keith Packard --- diff --git a/ao-tools/ao-dump-up/ao-dump-up.1 b/ao-tools/ao-dump-up/ao-dump-up.1 index cfa81b46..a3d8ef62 100644 --- a/ao-tools/ao-dump-up/ao-dump-up.1 +++ b/ao-tools/ao-dump-up/ao-dump-up.1 @@ -25,6 +25,7 @@ ao-dump-up \- Dump flight log from MicroPeak flight computer [\--tty \fItty-device\fP] [\-D \fIaltos-device\fP] [\--device \fIaltos-device\fP] +[\--wait] .SH OPTIONS .TP \-T tty-device | --tty tty-device @@ -34,6 +35,9 @@ the target device. \-D AltOS-device | --device AltOS-device Search for a connected device. This forces the program to look for a specific USB device name. +.TP +\--wait +Wait for a device to appear instead of exiting when no device is found. .SH DESCRIPTION .I ao-dump-up downloads a MicroPeak flight log from a connected MicroPeak USB adapter.