summaryrefslogtreecommitdiffstats
path: root/sbin/ipfw
diff options
context:
space:
mode:
authorjoe <joe@FreeBSD.org>2001-10-28 02:10:40 +0000
committerjoe <joe@FreeBSD.org>2001-10-28 02:10:40 +0000
commitbf1d5c5646da07af9b2c0185c1e43e7ced5b4d1d (patch)
treebc39261d7fccd034e474aa47cf4800f3acbbae54 /sbin/ipfw
parenteb6a23a09f88de1a3d13e543d183b5355c47b1b5 (diff)
downloadFreeBSD-src-bf1d5c5646da07af9b2c0185c1e43e7ced5b4d1d.zip
FreeBSD-src-bf1d5c5646da07af9b2c0185c1e43e7ced5b4d1d.tar.gz
Remove some extraneous spaces from the usage message.
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 c7fa1d5..b318251 100644
--- a/sbin/ipfw/ipfw.c
+++ b/sbin/ipfw/ipfw.c
@@ -914,7 +914,7 @@ show_usage(void)
" {allow|permit|accept|pass|deny|drop|reject|unreach code|\n"
" reset|count|skipto num|divert port|tee port|fwd ip|\n"
" pipe num} [log [logamount count]]\n"
-" proto: {ip|tcp|udp|icmp| < number>}\n"
+" proto: {ip|tcp|udp|icmp|<number>}\n"
" src: from [not] {me|any|ip[{/bits|:mask}]} [{port[-port]}, [port], ...]\n"
" dst: to [not] {me|any|ip[{/bits|:mask}]} [{port[-port]}, [port], ...]\n"
" extras:\n"
OpenPOWER on IntegriCloud