diff options
author | Jared Yanovich <jaredy@cvs.openbsd.org> | 2004-08-26 16:35:37 +0000 |
---|---|---|
committer | Jared Yanovich <jaredy@cvs.openbsd.org> | 2004-08-26 16:35:37 +0000 |
commit | 6df7b4baa77a61a4750e92d5e84a1e09ea70b0c4 (patch) | |
tree | c083bd1709e79aff70869d742808ca3ec979f526 /sbin/pfctl | |
parent | 8461abe3b54f65e0154215a1ce0dfe69da67b62f (diff) |
sync usage for -a
reminded by jmc, ok deraadt
Diffstat (limited to 'sbin/pfctl')
-rw-r--r-- | sbin/pfctl/pfctl.c | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/sbin/pfctl/pfctl.c b/sbin/pfctl/pfctl.c index 9fb91071c90..0718c471860 100644 --- a/sbin/pfctl/pfctl.c +++ b/sbin/pfctl/pfctl.c @@ -1,4 +1,4 @@ -/* $OpenBSD: pfctl.c,v 1.221 2004/08/08 19:04:25 deraadt Exp $ */ +/* $OpenBSD: pfctl.c,v 1.222 2004/08/26 16:35:36 jaredy Exp $ */ /* * Copyright (c) 2001 Daniel Hartmeier @@ -195,12 +195,11 @@ usage(void) extern char *__progname; fprintf(stderr, "usage: %s [-AdeghNnOoqRrvz] ", __progname); - fprintf(stderr, "[-a anchor[/ruleset]] [-D macro=value]\n"); + fprintf(stderr, "[-a anchor] [-D macro=value] [-F modifier]\n"); fprintf(stderr, " "); - fprintf(stderr, "[-F modifier] [-f file] [-i interface] "); - fprintf(stderr, "[-k host] [-p device]\n"); + fprintf(stderr, "[-f file] [-i interface] [-k host] "); + fprintf(stderr, "[-p device] [-s modifier]\n"); fprintf(stderr, " "); - fprintf(stderr, "[-s modifier] "); fprintf(stderr, "[-t table -T command [address ...]] "); fprintf(stderr, "[-x level]\n"); exit(1); |