summaryrefslogtreecommitdiff
path: root/gpxlogger.c
diff options
context:
space:
mode:
authorFred Wright <fw@fwright.net>2017-02-20 20:13:59 -0800
committerFred Wright <fw@fwright.net>2017-02-20 20:13:59 -0800
commit26e2f525f3a1a2904eb4e5e83a1667fef2cada78 (patch)
treef184971162608453c9f072ae35116f8d4154ede6 /gpxlogger.c
parent6d649db5134567fb4e3bd83b92d85a69aecd5938 (diff)
downloadgpsd-26e2f525f3a1a2904eb4e5e83a1667fef2cada78.tar.gz
Usage text correction in gpxlogger.
This adds the missing dash for the recent update, and also breaks up the long line.
Diffstat (limited to 'gpxlogger.c')
-rw-r--r--gpxlogger.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/gpxlogger.c b/gpxlogger.c
index d7e37bfa..5cd2734e 100644
--- a/gpxlogger.c
+++ b/gpxlogger.c
@@ -183,7 +183,8 @@ static void quit_handler(int signum)
static void usage(void)
{
(void)fprintf(stderr,
- "Usage: %s [-V] [-h] [-l] [-d] [D debuglevel] [-i timeout] [-f filename] [-m minmove]\n"
+ "Usage: %s [-V] [-h] [-l] [-d] [-D debuglevel]"
+ " [-i timeout] [-f filename] [-m minmove]\n"
"\t[-r] [-e exportmethod] [server[:port:[device]]]\n\n"
"defaults to '%s -i 5 -e %s localhost:2947'\n",
progname, progname, export_default()->name);