diff options
Diffstat (limited to 'libexec/spamlogd/spamlogd.c')
-rw-r--r-- | libexec/spamlogd/spamlogd.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libexec/spamlogd/spamlogd.c b/libexec/spamlogd/spamlogd.c index 3598872d037..f1ed25cdaf6 100644 --- a/libexec/spamlogd/spamlogd.c +++ b/libexec/spamlogd/spamlogd.c @@ -1,4 +1,4 @@ -/* $OpenBSD: spamlogd.c,v 1.7 2004/03/11 17:48:59 millert Exp $ */ +/* $OpenBSD: spamlogd.c,v 1.8 2004/07/14 21:22:18 jmc Exp $ */ /* * Copyright (c) 2004 Bob Beck. All rights reserved. @@ -120,7 +120,7 @@ dbupdate(char *dbname, char *ip) static int usage(void) { - fprintf(stderr, "usage: %s [-I] [-i netif]\n", __progname); + fprintf(stderr, "usage: %s [-I] [-i interface]\n", __progname); exit(1); } |