summaryrefslogtreecommitdiff
path: root/ip
diff options
context:
space:
mode:
authorPhil Sutter <phil@nwl.cc>2018-08-16 12:27:59 +0200
committerStephen Hemminger <stephen@networkplumber.org>2018-08-17 09:19:54 -0700
commit644b9c238c2dde8b0b931d153fc6719e00ebfc6b (patch)
tree63a8001d165d316b7be51e626a78b273528f664c /ip
parentbb616be341ab7bdcb437d7cb30156c20d646d960 (diff)
ip: Add missing -M flag to help text
Signed-off-by: Phil Sutter <phil@nwl.cc> Signed-off-by: Stephen Hemminger <stephen@networkplumber.org>
Diffstat (limited to 'ip')
-rw-r--r--ip/ip.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ip/ip.c b/ip/ip.c
index 38eac5ec..72e858ee 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");