summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Kuethe <chris.kuethe@gmail.com>2009-11-11 05:36:23 +0000
committerChris Kuethe <chris.kuethe@gmail.com>2009-11-11 05:36:23 +0000
commit65f9e5cc8fcdb18b1bd3d49b96b67c9aa43f47ca (patch)
tree2bb98548dc0c93534ec6dcdf76007ee648f84459
parent02ac72e4c200fb5773572f3595239f873a57117d (diff)
downloadgpsd-65f9e5cc8fcdb18b1bd3d49b96b67c9aa43f47ca.tar.gz
mention -G in the usage line too.
-rw-r--r--gpsd.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/gpsd.c b/gpsd.c
index ad60d87a..59dbd49a 100644
--- a/gpsd.c
+++ b/gpsd.c
@@ -242,12 +242,13 @@ static void usage(void)
{
const struct gps_type_t **dp;
- (void)printf("usage: gpsd [-b] [-n] [-N] [-D n] [-F sockfile] [-P pidfile] [-S port] [-h] device...\n\
+ (void)printf("usage: gpsd [-b] [-n] [-N] [-D n] [-F sockfile] [-G] [-P pidfile] [-S port] [-h] device...\n\
Options include: \n\
-b = bluetooth-safe: open data sources read-only\n\
-n = don't wait for client connects to poll GPS\n\
-N = don't go into background\n\
-F sockfile = specify control socket location\n\
+ -G = make gpsd listen on INADDR_ANY\n\
-P pidfile = set file to record process ID \n\
-D integer (default 0) = set debug level \n\
-S integer (default %s) = set port for daemon \n\