From 85104dbe9684af579c9255553b609fd28f8ee276 Mon Sep 17 00:00:00 2001 From: Keith Packard Date: Mon, 18 Feb 2019 10:40:06 -0800 Subject: [PATCH] ao-tools/ao-dump-up: Document --wait flag MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --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 --- ao-tools/ao-dump-up/ao-dump-up.1 | 4 ++++ 1 file changed, 4 insertions(+) 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. -- 2.30.2