diff options
Diffstat (limited to 'libexec')
-rw-r--r-- | libexec/spamd/spamd.c | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/libexec/spamd/spamd.c b/libexec/spamd/spamd.c index c0afcf32400..18848f46e6e 100644 --- a/libexec/spamd/spamd.c +++ b/libexec/spamd/spamd.c @@ -1,4 +1,4 @@ -/* $OpenBSD: spamd.c,v 1.50 2003/10/22 21:31:38 beck Exp $ */ +/* $OpenBSD: spamd.c,v 1.51 2003/11/08 09:01:04 jmc Exp $ */ /* * Copyright (c) 2002 Theo de Raadt. All rights reserved. @@ -126,8 +126,10 @@ void usage(void) { fprintf(stderr, - "usage: spamd [-45d] [-c maxcon] [-n name] [-p port] [-r reply] " + "usage: spamd [-45dv] [-c maxcon] [-n name] [-p port] [-r reply] " "[-s secs]\n"); + fprintf(stderr, + " [-w window]\n"); exit(1); } |