]> git.ipfire.org Git - thirdparty/iproute2.git/commit
ip: Add missing stats command to usage
authorYedaya Katsman <yedaya.ka@gmail.com>
Sat, 3 Feb 2024 20:03:05 +0000 (22:03 +0200)
committerStephen Hemminger <stephen@networkplumber.org>
Mon, 5 Feb 2024 16:53:36 +0000 (08:53 -0800)
commit32bb7f8f99d27edd66071dbda4a58b3f27c911fd
treeb3e0f2b07bd1da71ceb21758dc80a3cc265e56b4
parent327741c6e8ed32086074556b2729d467599791ea
ip: Add missing stats command to usage

The stats command was added in 54d82b0699a0 ("ip: Add a new family of
commands, "stats""), but wasn't included in the subcommand list in the
help usage.
Add it in the right position alphabetically.

Fixes: 54d82b0699a0 ("ip: Add a new family of commands, "stats"")
Signed-off-by: Yedaya Katsman <yedaya.ka@gmail.com>
Reviewed-by: Petr Machata <me@pmachata.org>
Signed-off-by: Stephen Hemminger <stephen@networkplumber.org>
ip/ip.c