diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2009-09-29 12:54:15 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2009-09-29 12:54:15 +0000 |
commit | 2b63a9537083d011796405a961cb41adc9cfaefa (patch) | |
tree | 8abc6380e0edcafa4b33448acda7cd14531236b9 /sbin | |
parent | 9b817eda1ef618eb5bbe0c2c8971a6b97cf28856 (diff) |
sort usage();
Diffstat (limited to 'sbin')
-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); |