summaryrefslogtreecommitdiff
path: root/gpsprof.xml
diff options
context:
space:
mode:
authorEric S. Raymond <esr@thyrsus.com>2011-10-06 12:02:27 -0400
committerEric S. Raymond <esr@thyrsus.com>2011-10-06 12:02:27 -0400
commit7fd45864bb080b74fd94bef17468648dd4d5f891 (patch)
tree2cf0c9ae4cf5a95fdc630e4f71a3a8cdfbfaabb5 /gpsprof.xml
parentdf3db5a870dfccfb4a3d57fc3eaafca718af1cdc (diff)
downloadgpsd-7fd45864bb080b74fd94bef17468648dd4d5f891.tar.gz
New -f option of gpspsprof to save JSON input.
Diffstat (limited to 'gpsprof.xml')
-rw-r--r--gpsprof.xml8
1 files changed, 6 insertions, 2 deletions
diff --git a/gpsprof.xml b/gpsprof.xml
index 107c4e76..4e4449c2 100644
--- a/gpsprof.xml
+++ b/gpsprof.xml
@@ -28,6 +28,7 @@ BSD terms apply: see the file COPYING in the distribution root for details.
<arg choice='opt'>-t <replaceable>title</replaceable></arg>
<arg choice='opt'>-T <replaceable>terminal</replaceable></arg>
<arg choice='opt'>-d <replaceable>dumpfile</replaceable></arg>
+ <arg choice='opt'>-l <replaceable>logfile</replaceable></arg>
<arg choice='opt'>-D <replaceable>debuglevel</replaceable></arg>
<arg choice='opt'>-h</arg>
</cmdsynopsis>
@@ -158,8 +159,11 @@ title.</para>
Typical usage is "-T png" telling gnuplot to write a PNG file. Without
this option gnuplot will call its X11 display code.</para>
-<para>The -d option dumps the raw plot data to a specified file for
-pos-analysis.</para>
+<para>The -d option dumps the plot data, without attached gnuplot
+code, to a specified file for post-analysis.</para>
+
+<para>The -f option dumps the raw JSON reports collected from the device
+to a specified file.</para>
<para>The -h option makes <application>gpsprof</application> print
a usage message and exit.</para>