summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBill Fumerola <billf@FreeBSD.org>2000-07-17 03:02:15 +0000
committerBill Fumerola <billf@FreeBSD.org>2000-07-17 03:02:15 +0000
commit9a6eeac9f4f791e10f5375f631e8f6664f5bff81 (patch)
tree371459427291593b74bab6568aa7f510698a11af
parent74f575394cf0f7b5b6d5815dee8b3acaff925a5d (diff)
Notes
-rw-r--r--sbin/ipfw/ipfw.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sbin/ipfw/ipfw.c b/sbin/ipfw/ipfw.c
index 4507cb6864ce..e3a6f57deb28 100644
--- a/sbin/ipfw/ipfw.c
+++ b/sbin/ipfw/ipfw.c
@@ -1908,7 +1908,7 @@ badviacombo:
av++; ac--;
if (!ac)
show_usage("missing argument"
- " for ``tcpflags''");
+ " for ``tcpoptions''");
fill_tcpopts(&rule.fw_tcpopt, &rule.fw_tcpnopt, av);
av++; ac--; continue;
}