diff options
author | 2009-09-29 12:54:14 +0000 | |
---|---|---|
committer | 2009-09-29 12:54:14 +0000 | |
commit | 5e7aa0e148f221083701c63af0743ae5b779c9a8 (patch) | |
tree | fd3a9f05d59a998024efe02be0ff35690cd8b250 | |
parent | sync (diff) | |
download | wireguard-openbsd-5e7aa0e148f221083701c63af0743ae5b779c9a8.tar.xz wireguard-openbsd-5e7aa0e148f221083701c63af0743ae5b779c9a8.zip |
sort usage();
-rw-r--r-- | sbin/pfctl/pfctl.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sbin/pfctl/pfctl.c b/sbin/pfctl/pfctl.c index ba1eed8ee4b..39d37f3a787 100644 --- a/sbin/pfctl/pfctl.c +++ b/sbin/pfctl/pfctl.c @@ -1,4 +1,4 @@ -/* $OpenBSD: pfctl.c,v 1.287 2009/09/28 22:13:20 dlg Exp $ */ +/* $OpenBSD: pfctl.c,v 1.288 2009/09/29 12:54:14 jmc Exp $ */ /* * Copyright (c) 2001 Daniel Hartmeier @@ -234,7 +234,7 @@ usage(void) fprintf(stderr, "\t[-f file] [-i interface] [-K host | network]\n"); fprintf(stderr, "\t[-k host | network | label | id] "); fprintf(stderr, "[-L statefile] [-o level] [-p device]\n"); - fprintf(stderr, "\t[-s modifier] [-S statefile] "); + fprintf(stderr, "\t[-S statefile] [-s modifier] "); fprintf(stderr, "[-t table -T command [address ...]]\n"); fprintf(stderr, "\t[-x level]\n"); exit(1); |