summaryrefslogtreecommitdiff
path: root/libexec/spamd
diff options
context:
space:
mode:
authorJason McIntyre <jmc@cvs.openbsd.org>2003-11-08 09:01:05 +0000
committerJason McIntyre <jmc@cvs.openbsd.org>2003-11-08 09:01:05 +0000
commit0056cb7e7e3a884052f3397ab88514ff30be837f (patch)
tree0a0a8192338db4586df967ea07ef966bbfe8c164 /libexec/spamd
parent6223f30ed150ba4d8833c37ed16c2c9e296ec533 (diff)
add -v and -w window to usage();
Diffstat (limited to 'libexec/spamd')
-rw-r--r--libexec/spamd/spamd.c6
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);
}