summaryrefslogtreecommitdiff
path: root/gpspipe.c
diff options
context:
space:
mode:
authorEric S. Raymond <esr@thyrsus.com>2010-09-15 07:02:53 -0400
committerEric S. Raymond <esr@thyrsus.com>2010-09-15 07:02:53 -0400
commitebef296c06e154cda20d9034bc8a61966f22c2d4 (patch)
tree3fc565197d099a7f187233ee94540baeaaa5edf1 /gpspipe.c
parent8df3cd9a391595a394d9f3e4cda0e7a8cd976c2f (diff)
downloadgpsd-ebef296c06e154cda20d9034bc8a61966f22c2d4.tar.gz
-f was replaced by -o, follow through.
Diffstat (limited to 'gpspipe.c')
-rw-r--r--gpspipe.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gpspipe.c b/gpspipe.c
index 86bda7f9..4a3bf910 100644
--- a/gpspipe.c
+++ b/gpspipe.c
@@ -151,7 +151,7 @@ static void usage(void)
"-v Print a little spinner.\n"
"-V Print version and exit.\n\n"
"You must specify one, or both, of -r/-w.\n"
- "You must use -f if you use -d.\n");
+ "You must use -o if you use -d.\n");
}
/*@ -compdestroy @*/