summaryrefslogtreecommitdiff
path: root/gpsdecode.xml
diff options
context:
space:
mode:
authorEric S. Raymond <esr@thyrsus.com>2014-09-22 07:35:34 -0400
committerEric S. Raymond <esr@thyrsus.com>2014-09-22 08:25:41 -0400
commit3fedfc96ff25ed799aed441c2ac702dd168a44e5 (patch)
tree0ae04297c1c3e1d4d45f0f100ac30cd302bb5629 /gpsdecode.xml
parent80b291360fe68d9c4c5c09978a9654dfaee07fac (diff)
downloadgpsd-3fedfc96ff25ed799aed441c2ac702dd168a44e5.tar.gz
Add -n option to gpsdecode to dump pseudo-NMEA.
Required for testing the changes related to saellide-data representation. All regression tests pass.
Diffstat (limited to 'gpsdecode.xml')
-rw-r--r--gpsdecode.xml4
1 files changed, 4 insertions, 0 deletions
diff --git a/gpsdecode.xml b/gpsdecode.xml
index 3f152ce3..cbbd4eaa 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'>-n</arg>
<arg choice='opt'>-s</arg>
<arg choice='opt'>-t <replaceable>typelist</replaceable></arg>
<arg choice='opt'>-u</arg>
@@ -69,6 +70,9 @@ default behavior.</para>
<para>The <option>-j</option> explicitly sets the output dump format
to JSON (the default behavior).</para>
+<para>The <option>-n</option> enables dumping in generated
+pseudo-NME0183.</para>
+
<para>The <option>-e</option> option option tells the program to
encode JSON on standard input to JSON on standard output. This option
is only useful for regression-testing of the JSON dumping and parsing