summaryrefslogtreecommitdiff
path: root/gpsctl.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 /gpsctl.c
parent8868f9806fecf0be39b299e62534f685855c2653 (diff)
downloadgpsd-46278e05fb0394e57019240f75c18ed71b1bb375.tar.gz
Generqte -V messages in a uniform way.
All regression tests pass.
Diffstat (limited to 'gpsctl.c')
-rw-r--r--gpsctl.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/gpsctl.c b/gpsctl.c
index 0f000956..7f655959 100644
--- a/gpsctl.c
+++ b/gpsctl.c
@@ -315,8 +315,8 @@ int main(int argc, char **argv)
#endif /* CLIENTDEBUG_ENABLE */
break;
case 'V':
- (void)fprintf(stderr, "version %s (revision %s)\n",
- VERSION, REVISION);
+ (void)fprintf(stderr, "%s: version %s (revision %s)\n",
+ argv[0], VERSION, REVISION);
exit(EXIT_SUCCESS);
case 'h':
default: