diff options
author | Keith Packard <keithp@keithp.com> | 2019-02-18 10:40:06 -0800 |
---|---|---|
committer | Keith Packard <keithp@keithp.com> | 2019-02-18 13:08:23 -0800 |
commit | 85104dbe9684af579c9255553b609fd28f8ee276 (patch) | |
tree | 3c122163a971f42cc10b412aff294d4ef72e7e62 /ao-tools | |
parent | b6021e8dd866d6db54d28c79f0572aadd1861a5f (diff) |
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 <keithp@keithp.com>
Diffstat (limited to 'ao-tools')
-rw-r--r-- | ao-tools/ao-dump-up/ao-dump-up.1 | 4 |
1 files changed, 4 insertions, 0 deletions
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. |