summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGary E. Miller <gem@rellim.com>2018-11-06 18:36:09 -0800
committerGary E. Miller <gem@rellim.com>2018-11-08 18:09:24 -0800
commite379b673c04e7fe5856bf42d0b632800c2b2bbdc (patch)
tree099bfed8c3de208bb1c5f0dacf5d129f2f2c0852
parent7983561de0effae9e09b03c0b1385f13a7871b20 (diff)
downloadgpsd-e379b673c04e7fe5856bf42d0b632800c2b2bbdc.tar.gz
gpspipe: fix typo in usage().
-rw-r--r--gpspipe.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gpspipe.c b/gpspipe.c
index 5ee83a3f..35aea8dc 100644
--- a/gpspipe.c
+++ b/gpspipe.c
@@ -130,7 +130,7 @@ static void usage(void)
"-t Time stamp the data.\n"
"-u usec time stamp, implies -t. Use -uu to output sec.usec\n"
"-v Print a little spinner.\n"
- "-V Print version and exit.\n\n"
+ "-V Print version and exit.\n"
"-w Dump gpsd native data.\n"
"-x [seconds] Exit after given delay.\n"
"You must specify one, or more, of -r, -R, or -w\n"