summaryrefslogtreecommitdiff
path: root/ntpshmmon.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 /ntpshmmon.c
parent8868f9806fecf0be39b299e62534f685855c2653 (diff)
downloadgpsd-46278e05fb0394e57019240f75c18ed71b1bb375.tar.gz
Generqte -V messages in a uniform way.
All regression tests pass.
Diffstat (limited to 'ntpshmmon.c')
-rw-r--r--ntpshmmon.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/ntpshmmon.c b/ntpshmmon.c
index 8a3b5321..56d7a66f 100644
--- a/ntpshmmon.c
+++ b/ntpshmmon.c
@@ -53,8 +53,8 @@ int main(int argc, char **argv)
verbose = true;
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: