diff options
author | Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | 2007-01-28 00:39:30 +0000 |
---|---|---|
committer | Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | 2007-01-28 00:39:30 +0000 |
commit | 8ca35d2d65c14a12a4e9f235d248b8676416d3cc (patch) | |
tree | 9d7ea7b0b660c6b6dd913b8ffb6e993aaf2437c6 | |
parent | 4d9a358ec1dbed52852cf7031ae0e04f31ca3753 (diff) | |
download | busybox-w32-8ca35d2d65c14a12a4e9f235d248b8676416d3cc.tar.gz busybox-w32-8ca35d2d65c14a12a4e9f235d248b8676416d3cc.tar.bz2 busybox-w32-8ca35d2d65c14a12a4e9f235d248b8676416d3cc.zip |
- document the multicast argument for ip link
-rw-r--r-- | include/usage.h | 2 |
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 @@ | |||
1575 | #define iplink_trivial_usage \ | 1575 | #define iplink_trivial_usage \ |
1576 | "{ set DEVICE { up | down | arp { on | off } | show [ DEVICE ] }" | 1576 | "{ set DEVICE { up | down | arp { on | off } | show [ DEVICE ] }" |
1577 | #define iplink_full_usage \ | 1577 | #define iplink_full_usage \ |
1578 | "iplink set DEVICE { up | down | arp { on | off } |\n" \ | 1578 | "iplink set DEVICE { up | down | arp | multicast { on | off } |\n" \ |
1579 | " dynamic { on | off } |\n" \ | 1579 | " dynamic { on | off } |\n" \ |
1580 | " mtu MTU }\n" \ | 1580 | " mtu MTU }\n" \ |
1581 | "iplink show [ DEVICE ]" | 1581 | "iplink show [ DEVICE ]" |