]> git.ipfire.org Git - thirdparty/iproute2.git/commitdiff
ip: Add missing -M flag to help text
authorPhil Sutter <phil@nwl.cc>
Thu, 16 Aug 2018 10:27:59 +0000 (12:27 +0200)
committerStephen Hemminger <stephen@networkplumber.org>
Fri, 17 Aug 2018 16:19:54 +0000 (09:19 -0700)
Signed-off-by: Phil Sutter <phil@nwl.cc>
Signed-off-by: Stephen Hemminger <stephen@networkplumber.org>
ip/ip.c

diff --git a/ip/ip.c b/ip/ip.c
index 38eac5ec1e17db458edd607a883aa907fe2a09c5..72e858eed50d56647db8e79e40feb8b1d66ada34 100644 (file)
--- a/ip/ip.c
+++ b/ip/ip.c
@@ -55,7 +55,7 @@ static void usage(void)
 "       OPTIONS := { -V[ersion] | -s[tatistics] | -d[etails] | -r[esolve] |\n"
 "                    -h[uman-readable] | -iec | -j[son] | -p[retty] |\n"
 "                    -f[amily] { inet | inet6 | ipx | dnet | mpls | bridge | link } |\n"
-"                    -4 | -6 | -I | -D | -B | -0 |\n"
+"                    -4 | -6 | -I | -D | -M | -B | -0 |\n"
 "                    -l[oops] { maximum-addr-flush-attempts } | -br[ief] |\n"
 "                    -o[neline] | -t[imestamp] | -ts[hort] | -b[atch] [filename] |\n"
 "                    -rc[vbuf] [size] | -n[etns] name | -a[ll] | -c[olor]}\n");