summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--libgps_core.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libgps_core.c b/libgps_core.c
index c0825afb..03cfad1f 100644
--- a/libgps_core.c
+++ b/libgps_core.c
@@ -826,7 +826,7 @@ int main(int argc, char *argv[])
case '?':
case 'h':
default:
- (void)fputs("usage: libps [-b] [-d lvl] [-s]\n", stderr);
+ (void)fputs("usage: libgps [-b] [-d lvl] [-s]\n", stderr);
exit(1);
}
}