summaryrefslogtreecommitdiff
path: root/sbin
diff options
context:
space:
mode:
Diffstat (limited to 'sbin')
-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 a2b92e8f336..198457fc3e1 100644
--- a/sbin/pfctl/pfctl.c
+++ b/sbin/pfctl/pfctl.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: pfctl.c,v 1.131 2003/01/11 21:10:56 henning Exp $ */
+/* $OpenBSD: pfctl.c,v 1.132 2003/01/15 12:13:02 cedric Exp $ */
/*
* Copyright (c) 2001 Daniel Hartmeier
@@ -170,7 +170,7 @@ static char *showopt_list[] = {
};
static char *tblcmdopt_list[] = {
- "create", "kill", "flush", "add", "delete", "replace", "show",
+ "create", "kill", "flush", "add", "delete", "load", "replace", "show",
"test", "zero", NULL
};