summaryrefslogtreecommitdiff
path: root/sbin/pfctl/pfctl.c
diff options
context:
space:
mode:
authorDaniel Hartmeier <dhartmei@cvs.openbsd.org>2001-06-28 20:30:54 +0000
committerDaniel Hartmeier <dhartmei@cvs.openbsd.org>2001-06-28 20:30:54 +0000
commit9f0bdd0abdd39f10c7c46c9ffcf88296dc9c2d84 (patch)
treef02b26907ed3b56db9e188ae6eecbe19d252455c /sbin/pfctl/pfctl.c
parent34d6ba9f04ce78523b5ec0d82d575bda324acdc6 (diff)
usage() was out of date
Diffstat (limited to 'sbin/pfctl/pfctl.c')
-rw-r--r--sbin/pfctl/pfctl.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/sbin/pfctl/pfctl.c b/sbin/pfctl/pfctl.c
index d5019787d3a..a76fd5db68b 100644
--- a/sbin/pfctl/pfctl.c
+++ b/sbin/pfctl/pfctl.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: pfctl.c,v 1.22 2001/06/27 21:54:47 kjell Exp $ */
+/* $OpenBSD: pfctl.c,v 1.23 2001/06/28 20:30:53 dhartmei Exp $ */
/*
* Copyright (c) 2001, Daniel Hartmeier
@@ -80,8 +80,8 @@ usage()
{
extern char *__progname;
- fprintf(stderr, "usage: %s [-de] [-c set] [-l interface]", __progname);
- fprintf(stderr, " [-N] [-n file] [-r file] [-s set] [-v] [-z]\n");
+ fprintf(stderr, "usage: %s [-de] [-F set] [-l interface]", __progname);
+ fprintf(stderr, " [-n] [-N file] [-R file] [-s set] [-v]\n");
exit(1);
}