summaryrefslogtreecommitdiff
path: root/libexec
diff options
context:
space:
mode:
authorJason McIntyre <jmc@cvs.openbsd.org>2004-07-14 21:22:19 +0000
committerJason McIntyre <jmc@cvs.openbsd.org>2004-07-14 21:22:19 +0000
commit755fd06923426996e6a925678034493c058c41b4 (patch)
tree970495833043b743034e760138cb8d071f2a5e57 /libexec
parent4abec11fc5807816f40197c3cd11017edec635c8 (diff)
sync usage() w/ SYNOPSIS;
from Andrey Matveev;
Diffstat (limited to 'libexec')
-rw-r--r--libexec/spamlogd/spamlogd.c4
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);
}