summaryrefslogtreecommitdiff
path: root/cgps.c
diff options
context:
space:
mode:
authorEric S. Raymond <esr@thyrsus.com>2015-03-02 09:04:57 -0500
committerEric S. Raymond <esr@thyrsus.com>2015-03-02 09:06:02 -0500
commit46278e05fb0394e57019240f75c18ed71b1bb375 (patch)
tree07f94320bca506111d609091c4e3f4aab384a561 /cgps.c
parent8868f9806fecf0be39b299e62534f685855c2653 (diff)
downloadgpsd-46278e05fb0394e57019240f75c18ed71b1bb375.tar.gz
Generqte -V messages in a uniform way.
All regression tests pass.
Diffstat (limited to 'cgps.c')
-rw-r--r--cgps.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/cgps.c b/cgps.c
index e2c9a7f8..a470745b 100644
--- a/cgps.c
+++ b/cgps.c
@@ -751,8 +751,8 @@ int main(int argc, char *argv[])
break;
/*@ +observertrans @*/
case 'V':
- (void)fprintf(stderr, "cgps: %s (revision %s)\n",
- VERSION, REVISION);
+ (void)fprintf(stderr, "%s: %s (revision %s)\n",
+ argv[0], VERSION, REVISION);
exit(EXIT_SUCCESS);
case 'l':
switch (optarg[0]) {