summaryrefslogtreecommitdiff
path: root/gpsdecode.xml
diff options
context:
space:
mode:
authorEric S. Raymond <esr@thyrsus.com>2015-01-29 11:10:04 -0500
committerEric S. Raymond <esr@thyrsus.com>2015-01-29 11:22:17 -0500
commit72c060151ece2f3c85e124fdc97083c292256350 (patch)
tree330c418d8772ef7e6b1b5dbd14d2cf5a4812b771 /gpsdecode.xml
parent663e292b8017142d0400ebc517e026867dd6af60 (diff)
downloadgpsd-72c060151ece2f3c85e124fdc97083c292256350.tar.gz
Add gpsdecode -m option for dumping minimum packet lengths.
Diffstat (limited to 'gpsdecode.xml')
-rw-r--r--gpsdecode.xml5
1 files changed, 5 insertions, 0 deletions
diff --git a/gpsdecode.xml b/gpsdecode.xml
index cbbd4eaa..2d44513d 100644
--- a/gpsdecode.xml
+++ b/gpsdecode.xml
@@ -26,6 +26,7 @@ BSD terms apply: see the file COPYING in the distribution root for details.
<arg choice='opt'>-d</arg>
<arg choice='opt'>-e</arg>
<arg choice='opt'>-j</arg>
+ <arg choice='opt'>-m</arg>
<arg choice='opt'>-n</arg>
<arg choice='opt'>-s</arg>
<arg choice='opt'>-t <replaceable>typelist</replaceable></arg>
@@ -70,6 +71,10 @@ default behavior.</para>
<para>The <option>-j</option> explicitly sets the output dump format
to JSON (the default behavior).</para>
+<para>With the <option>-m</option> option, dump minimum lengths for
+each packet type in the input. This is probably of interest only
+to GSD developers.</para>
+
<para>The <option>-n</option> enables dumping in generated
pseudo-NME0183.</para>