summaryrefslogtreecommitdiffstats
path: root/sbin/ipfw
diff options
context:
space:
mode:
authorbillf <billf@FreeBSD.org>2000-07-17 03:02:15 +0000
committerbillf <billf@FreeBSD.org>2000-07-17 03:02:15 +0000
commit96eac2843a4ee44015f433cae7f5e5676d16f66f (patch)
tree6fe7208255703fd2b2f3cf2d2577d7bbb5a960db /sbin/ipfw
parent61ae82c8a8d9d7a0651691271ead95c043e5fc45 (diff)
downloadFreeBSD-src-96eac2843a4ee44015f433cae7f5e5676d16f66f.zip
FreeBSD-src-96eac2843a4ee44015f433cae7f5e5676d16f66f.tar.gz
Fix a paste-o in the tcpoptions check (not a security problem, just a
error in the usage printf()) Reviewed by: rwatson
Diffstat (limited to 'sbin/ipfw')
-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 4507cb6..e3a6f57 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;
}
OpenPOWER on IntegriCloud