summaryrefslogtreecommitdiff
path: root/test_libgps.c
diff options
context:
space:
mode:
authorEric S. Raymond <esr@thyrsus.com>2011-04-16 09:24:52 -0400
committerEric S. Raymond <esr@thyrsus.com>2011-04-16 09:24:52 -0400
commit51c343c366942b073680b278091355369a126934 (patch)
tree42ebc87dc49ae53e1d4beb49bebdf5d5649d3ca9 /test_libgps.c
parentc552e1e9381d2e0da016fa70be444189bebdd55b (diff)
downloadgpsd-51c343c366942b073680b278091355369a126934.tar.gz
Usage comment fix.
Diffstat (limited to 'test_libgps.c')
-rw-r--r--test_libgps.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/test_libgps.c b/test_libgps.c
index c6317b10..1655fdda 100644
--- a/test_libgps.c
+++ b/test_libgps.c
@@ -60,7 +60,7 @@ int main(int argc, char *argv[])
case '?':
case 'h':
default:
- (void)fputs("usage: libgps [-b] [-d lvl] [-s]\n", stderr);
+ (void)fputs("usage: test_libgps [-b] [-D lvl] [-s]\n", stderr);
exit(1);
}
}