From b676d8a0012ceb8768f5f1979272e42c8410c102 Mon Sep 17 00:00:00 2001 From: henning <> Date: Sat, 18 Sep 2004 23:21:35 +0000 Subject: [PATCH] jmc says S before s and not s before S, sssssssso we do. --- src/usr.sbin/ntpd/ntpd.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/usr.sbin/ntpd/ntpd.c b/src/usr.sbin/ntpd/ntpd.c index 6a0ddb82..a87f908b 100644 --- a/src/usr.sbin/ntpd/ntpd.c +++ b/src/usr.sbin/ntpd/ntpd.c @@ -1,4 +1,4 @@ -/* $OpenBSD: ntpd.c,v 1.20 2004/09/18 20:37:12 henning Exp $ */ +/* $OpenBSD: ntpd.c,v 1.21 2004/09/18 23:21:35 henning Exp $ */ /* * Copyright (c) 2003, 2004 Henning Brauer @@ -68,7 +68,7 @@ usage(void) { extern char *__progname; - fprintf(stderr, "usage: %s [-dsS] [-f file]\n", __progname); + fprintf(stderr, "usage: %s [-dSs] [-f file]\n", __progname); exit(1); }