summaryrefslogtreecommitdiff
path: root/gpscat.xml
diff options
context:
space:
mode:
authorEric S. Raymond <esr@thyrsus.com>2008-07-12 10:23:37 +0000
committerEric S. Raymond <esr@thyrsus.com>2008-07-12 10:23:37 +0000
commit16b377799019ecac59ee12aa3d725200b8095499 (patch)
tree7b43c47bf82b14b7452caa413808af243e241538 /gpscat.xml
parent86caadedb470a56d72c557b4f7fa73919a8b50e6 (diff)
downloadgpsd-16b377799019ecac59ee12aa3d725200b8095499.tar.gz
Add verbosity option to gpscat.
Diffstat (limited to 'gpscat.xml')
-rw-r--r--gpscat.xml10
1 files changed, 10 insertions, 0 deletions
diff --git a/gpscat.xml b/gpscat.xml
index fff59781..6ae9ecc2 100644
--- a/gpscat.xml
+++ b/gpscat.xml
@@ -19,6 +19,7 @@
<arg choice='opt'>-s <replaceable>speed</replaceable></arg>
<arg choice='opt'>-p</arg>
<arg choice='opt'>-t</arg>
+ <arg choice='opt'>-v <replaceable>debuglevel</replaceable></arg>
<arg choice='plain'><replaceable>serial-port</replaceable></arg>
</cmdsynopsis>
</refsynopsisdiv>
@@ -85,6 +86,15 @@ a colon on each line.</para>
</varlistentry>
<varlistentry>
+<term>-v</term>
+<listitem>
+<para>In packetizer mode, enable progress messages from the packet
+getter. Probably only of interest to developers testing packet
+getter changes.</para>
+</listitem>
+</varlistentry>
+
+<varlistentry>
<term>-h</term>
<listitem>
<para>Display program usage and exit.</para>