summaryrefslogtreecommitdiff
path: root/gpsfake.xml
diff options
context:
space:
mode:
authorRobert Norris <rw_norris@hotmail.com>2017-03-08 00:24:36 +0000
committerFred Wright <fw@fwright.net>2017-03-17 15:44:59 -0700
commitdd2e5db2db0be95dcce68047356f592317f35efe (patch)
tree51dbba4f88a725a7e2d3ace3b49c3ec29cfd1950 /gpsfake.xml
parent468ec7704ccfcf56559bb2388dcc88a9e819e411 (diff)
downloadgpsd-dd2e5db2db0be95dcce68047356f592317f35efe.tar.gz
Document the '-q' option for gpsfake
TESTED: Man page generation still works Signed-off-by: Fred Wright <fw@fwright.net>
Diffstat (limited to 'gpsfake.xml')
-rw-r--r--gpsfake.xml4
1 files changed, 4 insertions, 0 deletions
diff --git a/gpsfake.xml b/gpsfake.xml
index f13efd66..520989e9 100644
--- a/gpsfake.xml
+++ b/gpsfake.xml
@@ -35,6 +35,7 @@ BSD terms apply: see the file COPYING in the distribution root for details.
<arg choice='opt'>-o <replaceable>options</replaceable></arg>
<arg choice='opt'>-p</arg>
<arg choice='opt'>-P <replaceable>port</replaceable></arg>
+ <arg choice='opt'>-q</arg>
<arg choice='opt'>-r <replaceable>initcmd</replaceable></arg>
<arg choice='opt'>-s <replaceable>speed</replaceable></arg>
<arg choice='opt'>-S</arg>
@@ -135,6 +136,9 @@ for regression-testing.</para>
<para>The -P ("port") option sets the daemon's listening port.</para>
+<para>The <option>-q</option> tells gpsfake to suppress normal progress
+output and thus act in a quiet manner.</para>
+
<para>The <option>-r</option> specifies an initialization command to use in pipe mode.
The default is <command>?WATCH={"enable":true,"json":true}</command>.</para>