summaryrefslogtreecommitdiff
path: root/xgps.c
diff options
context:
space:
mode:
authorEric S. Raymond <esr@thyrsus.com>2005-03-23 16:11:47 +0000
committerEric S. Raymond <esr@thyrsus.com>2005-03-23 16:11:47 +0000
commit6f93ec771a461673a2f1a6107e108b07acb7667e (patch)
tree9840a8410d018dbf55ae5b96a19542a2c7b0326a /xgps.c
parentec0a3dea2390abd8ee6315b7a542420f5ccfdd6f (diff)
downloadgpsd-6f93ec771a461673a2f1a6107e108b07acb7667e.tar.gz
Watcher mode now uses 'o' command to dump status.
Diffstat (limited to 'xgps.c')
-rw-r--r--xgps.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/xgps.c b/xgps.c
index 67081a5b..418e8fbc 100644
--- a/xgps.c
+++ b/xgps.c
@@ -388,7 +388,7 @@ speedunits_ok:;
if (strcmp(altunits->legend, au) == 0)
goto altunits_ok;
altunits = alttable;
- fprintf(stderr, "xgps: unknown ->fix.altitude unit, defaulting to %s\n", altunits->legend);
+ fprintf(stderr, "xgps: unknown altitude unit, defaulting to %s\n", altunits->legend);
altunits_ok:;
while ((option = getopt(argc, argv, "?hv")) != -1) {