diff options
Diffstat (limited to 'usr.sbin/xntpd/ntpdate/ntpdate.c')
-rw-r--r-- | usr.sbin/xntpd/ntpdate/ntpdate.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.sbin/xntpd/ntpdate/ntpdate.c b/usr.sbin/xntpd/ntpdate/ntpdate.c index bb5ede5..6088328 100644 --- a/usr.sbin/xntpd/ntpdate/ntpdate.c +++ b/usr.sbin/xntpd/ntpdate/ntpdate.c @@ -251,7 +251,7 @@ main(argc, argv) sys_maxservers = argc - ntp_optind; if (errflg || sys_maxservers == 0) { (void) fprintf(stderr, -"usage: %s [-bqs] [-a key#] [-k file] [-p samples] [-t timeo] server ...\n", +"usage: %s [-bdqsv] [-o version] [-a key#] [-e authdelay] [-k keyfile] [-p samples] [-t timeout] server ...\n", progname); exit(2); } |