aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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 @@
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 ]"