summaryrefslogtreecommitdiff
path: root/sbin/ipf/ipf.c
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>1999-03-06 23:18:24 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>1999-03-06 23:18:24 +0000
commit8794e569f8df80f191a5595e10f0a69c83745f16 (patch)
treecda315f0ca5af7164a677f5a0e801f3101268354 /sbin/ipf/ipf.c
parentc746259a09ff923fa86232162959940823c5f22b (diff)
match usage and man page
Diffstat (limited to 'sbin/ipf/ipf.c')
-rw-r--r--sbin/ipf/ipf.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/sbin/ipf/ipf.c b/sbin/ipf/ipf.c
index 5a612c8f0dd..41476ccaf2a 100644
--- a/sbin/ipf/ipf.c
+++ b/sbin/ipf/ipf.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: ipf.c,v 1.17 1999/02/08 18:58:59 millert Exp $ */
+/* $OpenBSD: ipf.c,v 1.18 1999/03/06 23:18:23 deraadt Exp $ */
/*
* Copyright (C) 1993-1998 by Darren Reed.
*
@@ -45,7 +45,7 @@
#if !defined(lint)
static const char sccsid[] = "@(#)ipf.c 1.23 6/5/96 (C) 1993-1995 Darren Reed";
-static const char rcsid[] = "@(#)$Id: ipf.c,v 1.17 1999/02/08 18:58:59 millert Exp $";
+static const char rcsid[] = "@(#)$Id: ipf.c,v 1.18 1999/03/06 23:18:23 deraadt Exp $";
#endif
static void frsync __P((void));
@@ -80,7 +80,7 @@ static char *ipfname = IPL_NAME;
void usage()
{
fprintf(stderr, "usage: ipf [-AdDEInorsUvyzZ] [-l block|pass|nomatch] "
- "[-F i|o|a|s|S] -f file ...\n");
+ "[-F i|o|a|s|S] [-f filename]\n");
exit(1);
}