summaryrefslogtreecommitdiff
path: root/usr.sbin/ntpd
diff options
context:
space:
mode:
authorJason McIntyre <jmc@cvs.openbsd.org>2007-09-13 20:34:13 +0000
committerJason McIntyre <jmc@cvs.openbsd.org>2007-09-13 20:34:13 +0000
commit92ae70aed34c0fc5adcf5cab726f3940f12c4500 (patch)
tree2c785c007a63758941c477475bb266c19b427633 /usr.sbin/ntpd
parent05819105aecaf5d35b8dcae89a561bcf5563c2a3 (diff)
add -n to usage();
Diffstat (limited to 'usr.sbin/ntpd')
-rw-r--r--usr.sbin/ntpd/ntpd.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/ntpd/ntpd.c b/usr.sbin/ntpd/ntpd.c
index d90f7eb3078..469bdb48bbf 100644
--- a/usr.sbin/ntpd/ntpd.c
+++ b/usr.sbin/ntpd/ntpd.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: ntpd.c,v 1.51 2007/09/13 14:34:36 pyr Exp $ */
+/* $OpenBSD: ntpd.c,v 1.52 2007/09/13 20:34:12 jmc Exp $ */
/*
* Copyright (c) 2003, 2004 Henning Brauer <henning@openbsd.org>
@@ -72,7 +72,7 @@ usage(void)
{
extern char *__progname;
- fprintf(stderr, "usage: %s [-dSsv] [-f file]\n", __progname);
+ fprintf(stderr, "usage: %s [-dnSsv] [-f file]\n", __progname);
exit(1);
}