Add the -u flag to the usage message.
Foudn while fixing PR 12078 by Nigel Reed <nigel@nelgin.nu>
This commit is contained in:
parent
1a23840177
commit
28adebea18
4
dist/ntp/ntpdate/ntpdate.c
vendored
4
dist/ntp/ntpdate/ntpdate.c
vendored
@ -1,4 +1,4 @@
|
||||
/* $NetBSD: ntpdate.c,v 1.1.1.2 2000/04/22 14:53:42 simonb Exp $ */
|
||||
/* $NetBSD: ntpdate.c,v 1.2 2001/02/02 03:35:24 hubertf Exp $ */
|
||||
|
||||
/*
|
||||
* ntpdate - set the time of day by polling one or more NTP servers
|
||||
@ -431,7 +431,7 @@ ntpdatemain (
|
||||
|
||||
if (errflg) {
|
||||
(void) fprintf(stderr,
|
||||
"usage: %s [-bBdqsv] [-a key#] [-e delay] [-k file] [-p samples] [-o version#] [-r rate] [-t timeo] server ...\n",
|
||||
"usage: %s [-bBdqsuv] [-a key#] [-e delay] [-k file] [-p samples] [-o version#] [-r rate] [-t timeo] server ...\n",
|
||||
progname);
|
||||
exit(2);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user