summaryrefslogtreecommitdiff
path: root/sbin/pfctl/pfctl.c
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>2003-02-20 22:09:28 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>2003-02-20 22:09:28 +0000
commit7292c25fed3a2918321ff6a541c9c0472576de8a (patch)
tree15247a8a90736ed5077951ebdf2039519909bf4e /sbin/pfctl/pfctl.c
parentb40ba8334ca37ae8c7a4946056482ff520fee907 (diff)
extra plurals; openbsd@davidkrause.com
Diffstat (limited to 'sbin/pfctl/pfctl.c')
-rw-r--r--sbin/pfctl/pfctl.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sbin/pfctl/pfctl.c b/sbin/pfctl/pfctl.c
index f75d634eefd..e43a0ecd5b5 100644
--- a/sbin/pfctl/pfctl.c
+++ b/sbin/pfctl/pfctl.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: pfctl.c,v 1.155 2003/02/20 11:08:06 cedric Exp $ */
+/* $OpenBSD: pfctl.c,v 1.156 2003/02/20 22:09:27 deraadt Exp $ */
/*
* Copyright (c) 2001 Daniel Hartmeier
@@ -187,7 +187,7 @@ usage(void)
fprintf(stderr, " ");
fprintf(stderr, "[-f file] [-F modifier] [-k host] [-s modifier]\n");
fprintf(stderr, " ");
- fprintf(stderr, "[-t table] [-T command [addresses ...]] [-x level]\n");
+ fprintf(stderr, "[-t table] [-T command [address ...]] [-x level]\n");
exit(1);
}