aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorBernhard Reutner-Fischer <rep.dot.nop@gmail.com>2007-01-28 00:39:30 +0000
committerBernhard Reutner-Fischer <rep.dot.nop@gmail.com>2007-01-28 00:39:30 +0000
commit8ca35d2d65c14a12a4e9f235d248b8676416d3cc (patch)
tree9d7ea7b0b660c6b6dd913b8ffb6e993aaf2437c6 /include
parent4d9a358ec1dbed52852cf7031ae0e04f31ca3753 (diff)
downloadbusybox-8ca35d2d65c14a12a4e9f235d248b8676416d3cc.tar.gz
- document the multicast argument for ip link
Diffstat (limited to 'include')
-rw-r--r--include/usage.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/usage.h b/include/usage.h
index c29c6c898..4ba540ccb 100644
--- a/include/usage.h
+++ b/include/usage.h
@@ -1575,7 +1575,7 @@
#define iplink_trivial_usage \
"{ set DEVICE { up | down | arp { on | off } | show [ DEVICE ] }"
#define iplink_full_usage \
- "iplink set DEVICE { up | down | arp { on | off } |\n" \
+ "iplink set DEVICE { up | down | arp | multicast { on | off } |\n" \
" dynamic { on | off } |\n" \
" mtu MTU }\n" \
"iplink show [ DEVICE ]"