diff options
author | 2005-03-11 23:27:12 +0000 | |
---|---|---|
committer | 2005-03-11 23:27:12 +0000 | |
commit | 0146cfb8fa01f18c77327aa51a8244e82c10f6b5 (patch) | |
tree | 71e316595d07993d2fa9413c0191e5f74becd381 | |
parent | Make sure we associate an interface with the m_pkthdr in (diff) | |
download | wireguard-openbsd-0146cfb8fa01f18c77327aa51a8244e82c10f6b5.tar.xz wireguard-openbsd-0146cfb8fa01f18c77327aa51a8244e82c10f6b5.zip |
fix usage to reflect new reality, ok jmc@
-rw-r--r-- | usr.sbin/spamdb/spamdb.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/spamdb/spamdb.c b/usr.sbin/spamdb/spamdb.c index 2e7cf6dfd03..a1683aa4fdf 100644 --- a/usr.sbin/spamdb/spamdb.c +++ b/usr.sbin/spamdb/spamdb.c @@ -1,4 +1,4 @@ -/* $OpenBSD: spamdb.c,v 1.12 2005/03/11 23:09:53 beck Exp $ */ +/* $OpenBSD: spamdb.c,v 1.13 2005/03/11 23:27:12 beck Exp $ */ /* * Copyright (c) 2004 Bob Beck. All rights reserved. @@ -257,7 +257,7 @@ extern char *__progname; static int usage(void) { - fprintf(stderr, "usage: %s [-a ip] [-d ip]\n", __progname); + fprintf(stderr, "usage: %s [-Tt] [-a key] [-d key]\n", __progname); exit(1); } |