]> git.ipfire.org Git - thirdparty/iproute2.git/commit
ip: remove non-existent amt subcommand from usage
authorYedaya Katsman <yedaya.ka@gmail.com>
Sat, 27 Jan 2024 16:45:08 +0000 (18:45 +0200)
committerStephen Hemminger <stephen@networkplumber.org>
Thu, 1 Feb 2024 00:03:56 +0000 (16:03 -0800)
commit327741c6e8ed32086074556b2729d467599791ea
tree3acaa91c38af0678e57a79609812ec20253291ad
parentddcc9329352a2158241cb21fa11df21ca23759d6
ip: remove non-existent amt subcommand from usage

Commit 6e15d27aae94 ("ip: add AMT support") added "amt" to the list
of "first level" commands list, which isn't correct, as it isn't present
in the cmds list. remove it from the usage help.

Fixes: 6e15d27aae94 ("ip: add AMT support")
Signed-off-by: Yedaya Katsman <yedaya.ka@gmail.com>
Reviewed-by: Jiri Pirko <jiri@nvidia.com>
Signed-off-by: Stephen Hemminger <stephen@networkplumber.org>
ip/ip.c