[Git][NTPsec/ntpsec][master] 2 commits: Fix typo in verson string: ntpd vs ntpq
Hal Murray
gitlab at mg.gitlab.com
Tue Jun 7 22:53:31 UTC 2016
Hal Murray pushed to branch master at NTPsec / ntpsec
Commits:
fd0b9a49 by Hal Murray at 2016-06-07T15:48:53-07:00
Fix typo in verson string: ntpd vs ntpq
- - - - -
0e1d37ac by Hal Murray at 2016-06-07T15:52:04-07:00
Merge branch 'master' of gitlab.com:NTPsec/ntpsec
- - - - -
1 changed file:
- ntpq/ntpq.c
Changes:
=====================================
ntpq/ntpq.c
=====================================
--- a/ntpq/ntpq.c
+++ b/ntpq/ntpq.c
@@ -572,7 +572,7 @@ ntpqmain(
ADDCMD("peers");
break;
case 'V':
- printf("ntpd %s\n", Version);
+ printf("ntpq %s\n", Version);
exit(0);
case 'w':
opt_wide = true;
View it on GitLab: https://gitlab.com/NTPsec/ntpsec/compare/f7a10e1b052091f5acbdca0fe05c1fbf5c7464c8...0e1d37ac36e33f580310e7c46d2a8d6efa559069
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.ntpsec.org/pipermail/vc/attachments/20160607/87006a8b/attachment.html>
More information about the vc
mailing list