From: Phil Sutter Date: Thu, 16 Aug 2018 10:27:59 +0000 (+0200) Subject: ip: Add missing -M flag to help text X-Git-Tag: v4.19.0~68 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=644b9c238c2dde8b0b931d153fc6719e00ebfc6b;p=thirdparty%2Fiproute2.git ip: Add missing -M flag to help text Signed-off-by: Phil Sutter Signed-off-by: Stephen Hemminger --- diff --git a/ip/ip.c b/ip/ip.c index 38eac5ec1..72e858eed 100644 --- 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");