diff options
| author | Bill Fumerola <billf@FreeBSD.org> | 2000-07-17 03:02:15 +0000 |
|---|---|---|
| committer | Bill Fumerola <billf@FreeBSD.org> | 2000-07-17 03:02:15 +0000 |
| commit | 9a6eeac9f4f791e10f5375f631e8f6664f5bff81 (patch) | |
| tree | 371459427291593b74bab6568aa7f510698a11af | |
| parent | 74f575394cf0f7b5b6d5815dee8b3acaff925a5d (diff) | |
Notes
| -rw-r--r-- | sbin/ipfw/ipfw.c | 2 |
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; } |
