[Git][NTPsec/ntpsec][master] Misspelling fix.
Eric S. Raymond
gitlab at mg.gitlab.com
Thu May 12 20:00:54 UTC 2016
Eric S. Raymond pushed to branch master at NTPsec / ntpsec
Commits:
58b8b929 by Eric S. Raymond at 2016-05-12T16:00:13-04:00
Misspelling fix.
- - - - -
1 changed file:
- ntpdig/main.c
Changes:
=====================================
ntpdig/main.c
=====================================
--- a/ntpdig/main.c
+++ b/ntpdig/main.c
@@ -236,7 +236,7 @@ ntpdig_main (
opt_logfile = ntp_optarg;
break;
case 'M':
- opt_ntpversion = atoi(ntp_optarg);
+ opt_steplimit = atoi(ntp_optarg);
if (opt_steplimit <= 0) {
printf("%s: invalid steplimit value!\n", progname);
exit(1);
View it on GitLab: https://gitlab.com/NTPsec/ntpsec/commit/58b8b9298bcd3047361a001b84b052abab846f44
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.ntpsec.org/pipermail/vc/attachments/20160512/8c4eb2a1/attachment.html>
More information about the vc
mailing list