diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2007-03-07 11:30:44 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2007-03-07 11:30:44 +0000 |
commit | b3f955d5d0e09495c3586b69c553fb1f22be0667 (patch) | |
tree | 4b5499e33530ab6698239b655a35c246bb7c07c8 /libexec/spamd | |
parent | 2601db52be901307f6db72a707e2090a094e3f07 (diff) |
sync usage(); ok deraadt
Diffstat (limited to 'libexec/spamd')
-rw-r--r-- | libexec/spamd/spamd.c | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/libexec/spamd/spamd.c b/libexec/spamd/spamd.c index 85b12f49cd0..80b43933384 100644 --- a/libexec/spamd/spamd.c +++ b/libexec/spamd/spamd.c @@ -1,4 +1,4 @@ -/* $OpenBSD: spamd.c,v 1.97 2007/03/06 23:38:36 beck Exp $ */ +/* $OpenBSD: spamd.c,v 1.98 2007/03/07 11:30:43 jmc Exp $ */ /* * Copyright (c) 2002 Theo de Raadt. All rights reserved. @@ -157,9 +157,9 @@ usage(void) fprintf(stderr, "usage: %s [-45bdv] [-B maxblack] [-c maxcon] " "[-G passtime:greyexp:whiteexp]\n" - "\t[-h hostname] [-l address] [-n name] [-p port] " - "[-S secs] [-s secs]\n" - "\t[-w window] [-Y synctarget] [-y synclisten]\n", + "\t[-h hostname] [-l address] [-M address] [-n name] [-p port]\n" + "\t[-S secs] [-s secs] " + "[-w window] [-Y synctarget] [-y synclisten]\n", __progname); exit(1); |