summaryrefslogtreecommitdiff
path: root/gpspipe.c
diff options
context:
space:
mode:
authorEric S. Raymond <esr@thyrsus.com>2011-06-08 05:25:45 -0400
committerEric S. Raymond <esr@thyrsus.com>2011-06-08 05:25:45 -0400
commit47d1b803574fe4eb0a4e2324d0ee3716f8f46d1f (patch)
tree3ad1f4cb3c5738e5e03c930a45f68b548a27e0a5 /gpspipe.c
parent027ff6ad9cbb62ccc3edda9d87284acdc7c685cb (diff)
downloadgpsd-47d1b803574fe4eb0a4e2324d0ee3716f8f46d1f.tar.gz
Fix a help string.
Diffstat (limited to 'gpspipe.c')
-rw-r--r--gpspipe.c6
1 files changed, 4 insertions, 2 deletions
diff --git a/gpspipe.c b/gpspipe.c
index bb3cadf5..23672ce2 100644
--- a/gpspipe.c
+++ b/gpspipe.c
@@ -93,8 +93,10 @@ static void usage(void)
{
(void)fprintf(stderr,
"Usage: gpspipe [OPTIONS] [server[:port[:device]]]\n\n"
- "-d Run as a daemon.\n" "-f [file] Write output to file.\n"
- "-h Show this help.\n" "-r Dump raw NMEA.\n"
+ "-d Run as a daemon.\n"
+ "-o [file] Write output to file.\n"
+ "-h Show this help.\n"
+ "-r Dump raw NMEA.\n"
"-R Dump super-raw mode (GPS binary).\n"
"-w Dump gpsd native data.\n"
"-l Sleep for ten seconds before connecting to gpsd.\n"