From: Yedaya Katsman Date: Mon, 5 Feb 2024 19:29:23 +0000 (+0200) Subject: ip: Add missing -echo option to usage X-Git-Tag: v6.8.0~24 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e33309752730dea0cfc6627a4e5f8a5899753c87;p=thirdparty%2Fiproute2.git 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 Signed-off-by: Stephen Hemminger --- diff --git a/ip/ip.c b/ip/ip.c index 9e81248ff..e51fa206d 100644 --- a/ip/ip.c +++ b/ip/ip.c @@ -70,7 +70,7 @@ static void usage(void) " -h[uman-readable] | -iec | -j[son] | -p[retty] |\n" " -f[amily] { inet | inet6 | mpls | bridge | link } |\n" " -4 | -6 | -M | -B | -0 |\n" - " -l[oops] { maximum-addr-flush-attempts } | -br[ief] |\n" + " -l[oops] { maximum-addr-flush-attempts } | -echo | -br[ief] |\n" " -o[neline] | -t[imestamp] | -ts[hort] | -b[atch] [filename] |\n" " -rc[vbuf] [size] | -n[etns] name | -N[umeric] | -a[ll] |\n" " -c[olor]}\n");