diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-05-17 14:59:00 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-05-17 14:59:00 +0000 |
commit | d47129cf707fac663264651c7112992bc3265003 (patch) | |
tree | cc8dc1693e8bd981bf2cc0107c25305f9999f00c /ip/iplink.c | |
parent | Releasing progress-linux version 6.8.0-1~progress7.99u1. (diff) | |
download | iproute2-d47129cf707fac663264651c7112992bc3265003.tar.xz iproute2-d47129cf707fac663264651c7112992bc3265003.zip |
Merging upstream version 6.9.0.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'ip/iplink.c')
-rw-r--r-- | ip/iplink.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ip/iplink.c b/ip/iplink.c index 95314af..d5cb9a0 100644 --- a/ip/iplink.c +++ b/ip/iplink.c @@ -64,7 +64,7 @@ void iplink_usage(void) "\n" " ip link delete { DEVICE | dev DEVICE | group DEVGROUP } type TYPE [ ARGS ]\n" "\n" - " ip link set { DEVICE | dev DEVICE | group DEVGROUP }\n" + " ip link { set | change } { DEVICE | dev DEVICE | group DEVGROUP }\n" " [ { up | down } ]\n" " [ type TYPE ARGS ]\n"); |