diff options
author | Keith Packard <keithp@keithp.com> | 2010-03-12 10:37:32 -0800 |
---|---|---|
committer | Keith Packard <keithp@keithp.com> | 2010-03-12 10:37:32 -0800 |
commit | 23da4f3bcdd1d780c9e1f6b68ad2fb309fcae6ba (patch) | |
tree | 5fdad72b0216cca62aa3a97a99fee11ccb5b7b07 | |
parent | 93df98898f8cd199ae13158bc4f65e3494c954ad (diff) |
Document the ao-dumplog '--remote' flag for radio-link downloads
The --remote (or -R) flag uses TeleDongle to fetch data over the radio
command link from TeleMetrum. It's been there for a while, but the man
page failed to mention it.
Signed-off-by: Keith Packard <keithp@keithp.com>
-rw-r--r-- | ao-tools/ao-dumplog/ao-dumplog.1 | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/ao-tools/ao-dumplog/ao-dumplog.1 b/ao-tools/ao-dumplog/ao-dumplog.1 index 8c2df7c6..d381e335 100644 --- a/ao-tools/ao-dumplog/ao-dumplog.1 +++ b/ao-tools/ao-dumplog/ao-dumplog.1 @@ -25,6 +25,8 @@ ao-dumplog \- Store flight log from TeleMetrum device [\--tty \fItty-device\fP] [\-D \fIaltos-device\fP] [\--device \fIaltos-device\fP] +[\--R\fP] +[\--remote\fP] .SH OPTIONS .TP \-T tty-device | --tty tty-device @@ -44,6 +46,10 @@ TeleMetrum Leaving out the product name will cause the tool to select a suitable product, leaving out the serial number will cause the tool to match one of the available devices. +.TP +\-R | --remote +This uses the command radio link to download the log from TeleMetrum +through a TeleDongle. .SH DESCRIPTION .I ao-dumplog downloads the flight log from a connected TeleMetrum device and stores |