Document ao-postflight --gps and --kml options.
authorKeith Packard <keithp@keithp.com>
Sun, 22 Nov 2009 03:52:26 +0000 (19:52 -0800)
committerKeith Packard <keithp@keithp.com>
Sun, 22 Nov 2009 04:37:53 +0000 (20:37 -0800)
These were missing from the man page, but included in the --help output.

Signed-off-by: Keith Packard <keithp@keithp.com>
ao-tools/ao-postflight/ao-postflight.1

index eca4bb344175a35f097a21dfee3fc46ce58d028c..7bafb6e1b9ef87b9b9344793a95c91230ad64c86 100644 (file)
@@ -29,6 +29,10 @@ ao-postflight \- Analyse a flight log (either telemetry or eeprom)
 [\--raw=<raw-file>]
 [\-p <plot-file>]
 [\--plot=<plot-file>]
 [\--raw=<raw-file>]
 [\-p <plot-file>]
 [\--plot=<plot-file>]
+[\-g <gps-file]
+[\--gps=<gps-file]
+[\-k <kml-file]
+[\--kml=<kml-file]
 {flight.eeprom|flight.telem}
 .SH DESCRIPTION
 .I ao-postflight
 {flight.eeprom|flight.telem}
 .SH DESCRIPTION
 .I ao-postflight
@@ -47,5 +51,11 @@ and height data to the specified file.
 .IP Plot
 The --plot option writes plots of height, speed and acceleration to
 the specified file in .svg format
 .IP Plot
 The --plot option writes plots of height, speed and acceleration to
 the specified file in .svg format
+.IP GPS
+The --gps option writes the recorded GPS data to the specified file in
+three columns.
+.IP KML
+The --kml option writes the recorded GPS data to the specified file in
+Keyhole Markup Language format, which can be displayed in Googleearth.
 .SH AUTHOR
 Keith Packard
 .SH AUTHOR
 Keith Packard