]> git.ipfire.org Git - thirdparty/iproute2.git/commit
ip: Add missing -echo option to usage
authorYedaya Katsman <yedaya.ka@gmail.com>
Mon, 5 Feb 2024 19:29:23 +0000 (21:29 +0200)
committerStephen Hemminger <stephen@networkplumber.org>
Mon, 5 Feb 2024 22:12:11 +0000 (14:12 -0800)
commite33309752730dea0cfc6627a4e5f8a5899753c87
tree8677e6233d978edd1f9403d2e2e10bc6518a712d
parent32bb7f8f99d27edd66071dbda4a58b3f27c911fd
ip: Add missing -echo option to usage

In commit b264b4c6568c ("ip: add NLM_F_ECHO support") the "-echo" option
was added, but not to the options in the usage. Add it.

Note there doesn't seem to be any praticular order for the options here,
so it's placed kind of randomly.

Fixes: b264b4c6568c ("ip: add NLM_F_ECHO support")
Signed-off-by: Yedaya Katsman <yedaya.ka@gmail.com>
Signed-off-by: Stephen Hemminger <stephen@networkplumber.org>
ip/ip.c