Browse Source

jmc says S before s and not s before S, sssssssso we do.

OPENBSD_3_7
henning 20 years ago
parent
commit
b676d8a001
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      src/usr.sbin/ntpd/ntpd.c

+ 2
- 2
src/usr.sbin/ntpd/ntpd.c View File

@ -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 <henning@openbsd.org>
@ -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);
}


Loading…
Cancel
Save