diff options
author | Chris Kuethe <chris.kuethe@gmail.com> | 2006-12-12 22:50:23 +0000 |
---|---|---|
committer | Chris Kuethe <chris.kuethe@gmail.com> | 2006-12-12 22:50:23 +0000 |
commit | 8da1d30c4a5dd697cabb8e61014cae728728b002 (patch) | |
tree | 4398628e4c82b34673d3c631c402ec86a79ee7ea /gpspipe.c | |
parent | cec8c0fdeb43da4289c76385c2d9fa6aec97d46d (diff) | |
download | gpsd-8da1d30c4a5dd697cabb8e61014cae728728b002.tar.gz |
Sync documentation with reality
Diffstat (limited to 'gpspipe.c')
-rw-r--r-- | gpspipe.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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. */ |