summaryrefslogtreecommitdiff
path: root/net/ntp4/patches/patch-aa
blob: 923e58b3e823f1950a861932935d84c28049f21f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
$NetBSD: patch-aa,v 1.5 2001/08/14 17:55:19 fredb Exp $

Index: ntpdate/ntpdate.c
===================================================================
RCS file: /cvsroot/basesrc/dist/ntp/ntpdate/ntpdate.c,v
retrieving revision 1.1.1.2
retrieving revision 1.2
diff -u -r1.1.1.2 -r1.2
--- ntpdate/ntpdate.c	2000/04/22 14:53:42	1.1.1.2
+++ ntpdate/ntpdate.c	2001/02/02 03:35:24	1.2
@@ -431,7 +431,7 @@
 	
 	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);
 	}