summaryrefslogtreecommitdiff
path: root/gpsd.c
diff options
context:
space:
mode:
authorEric S. Raymond <esr@thyrsus.com>2014-08-22 14:10:02 -0400
committerEric S. Raymond <esr@thyrsus.com>2014-08-22 14:10:02 -0400
commitd1a9c349f3b868d52f015361ccf1cb2fad42e282 (patch)
treeb2224dbb068f2181749262d1b0b1859ed02ba458 /gpsd.c
parentc81bfc937a402865d3ab053ca2ed17a391750b05 (diff)
downloadgpsd-d1a9c349f3b868d52f015361ccf1cb2fad42e282.tar.gz
Minor documentation updates.
Diffstat (limited to 'gpsd.c')
-rw-r--r--gpsd.c7
1 files changed, 5 insertions, 2 deletions
diff --git a/gpsd.c b/gpsd.c
index 2e0a0a15..e7547a0b 100644
--- a/gpsd.c
+++ b/gpsd.c
@@ -248,10 +248,13 @@ static void usage(void)
-S integer (default %s) = set port for daemon \n\
-h = help message \n\
-V = emit version and exit.\n\
-A device may be a local serial device for GPS input, or a URL of the form:\n\
+A device may be a local serial device for GPS input, or a URL in one \n\
+of the following forms:\n\
+ tcp://host[:port]\n\
+ udp://host[:port]\n\
{dgpsip|ntrip}://[user:passwd@]host[:port][/stream]\n\
gpsd://host[:port][/device][?protocol]\n\
-in which case it specifies an input source for GPSD, DGPS or ntrip data.\n\
+in which case it specifies an input source for device, DGPS or ntrip data.\n\
\n\
The following driver types are compiled into this gpsd instance:\n",
DEFAULT_GPSD_PORT);