summaryrefslogtreecommitdiff
path: root/libexec/spamlogd
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>2007-03-04 03:25:55 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>2007-03-04 03:25:55 +0000
commitb7486b34fed095d5cb0d99fb6b8aa731c4debf2f (patch)
tree1816e0e64f7ae4082caf84611123c022397337a2 /libexec/spamlogd
parente1f9ea112e0a3143ad1dd992caff68d97e8f4fd6 (diff)
cleanup usage
Diffstat (limited to 'libexec/spamlogd')
-rw-r--r--libexec/spamlogd/spamlogd.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/libexec/spamlogd/spamlogd.c b/libexec/spamlogd/spamlogd.c
index c54e2f4bae0..efacbb47d6b 100644
--- a/libexec/spamlogd/spamlogd.c
+++ b/libexec/spamlogd/spamlogd.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: spamlogd.c,v 1.16 2007/03/04 03:19:41 beck Exp $ */
+/* $OpenBSD: spamlogd.c,v 1.17 2007/03/04 03:25:54 deraadt Exp $ */
/*
* Copyright (c) 2006 Henning Brauer <henning@openbsd.org>
@@ -282,7 +282,8 @@ dbupdate(char *dbname, char *ip)
void
usage(void)
{
- fprintf(stderr, "usage: %s [-DI] [-i interface] [-l pflog_interface] [-Y synctarget ]\n",
+ fprintf(stderr,
+ "usage: %s [-DI] [-i interface] [-l pflog_interface] [-Y synctarget]\n",
__progname);
exit(1);
}