summaryrefslogtreecommitdiff
path: root/gpspipe.c
diff options
context:
space:
mode:
authorChris Kuethe <chris.kuethe@gmail.com>2006-12-12 22:50:23 +0000
committerChris Kuethe <chris.kuethe@gmail.com>2006-12-12 22:50:23 +0000
commit8da1d30c4a5dd697cabb8e61014cae728728b002 (patch)
tree4398628e4c82b34673d3c631c402ec86a79ee7ea /gpspipe.c
parentcec8c0fdeb43da4289c76385c2d9fa6aec97d46d (diff)
downloadgpsd-8da1d30c4a5dd697cabb8e61014cae728728b002.tar.gz
Sync documentation with reality
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 e7427323..f88babda 100644
--- a/gpspipe.c
+++ b/gpspipe.c
@@ -156,7 +156,7 @@ int main( int argc, char **argv)
}
if (strstr(buf, "r=")==NULL && strstr(buf, "w=1")==NULL) {
- (void)fprintf(stderr, "gpspipe: one of '-r' or '-w' is required.\n");
+ (void)fprintf(stderr, "gpspipe: one of '-R', '-r' or '-w' is required.\n");
exit(1);
}
/* Grok the server, port, and device. */