naccyde / rpms / iproute

Forked from rpms/iproute 7 months ago
Clone

Blame SOURCES/0010-ip-Add-missing-M-flag-to-help-text.patch

930fb9
From 093a6272457a68f18bd992f3667051bcd31e32bc Mon Sep 17 00:00:00 2001
930fb9
From: Phil Sutter <psutter@redhat.com>
930fb9
Date: Thu, 13 Sep 2018 20:38:04 +0200
930fb9
Subject: [PATCH] ip: Add missing -M flag to help text
930fb9
930fb9
Bugzilla: https://bugzilla.redhat.com/show_bug.cgi?id=1612704
930fb9
Upstream Status: iproute2.git commit 644b9c238c2dd
930fb9
930fb9
commit 644b9c238c2dde8b0b931d153fc6719e00ebfc6b
930fb9
Author: Phil Sutter <phil@nwl.cc>
930fb9
Date:   Thu Aug 16 12:27:59 2018 +0200
930fb9
930fb9
    ip: Add missing -M flag to help text
930fb9
930fb9
    Signed-off-by: Phil Sutter <phil@nwl.cc>
930fb9
    Signed-off-by: Stephen Hemminger <stephen@networkplumber.org>
930fb9
---
930fb9
 ip/ip.c | 2 +-
930fb9
 1 file changed, 1 insertion(+), 1 deletion(-)
930fb9
930fb9
diff --git a/ip/ip.c b/ip/ip.c
930fb9
index 71d5170..bb964f3 100644
930fb9
--- a/ip/ip.c
930fb9
+++ b/ip/ip.c
930fb9
@@ -55,7 +55,7 @@ static void usage(void)
930fb9
 "       OPTIONS := { -V[ersion] | -s[tatistics] | -d[etails] | -r[esolve] |\n"
930fb9
 "                    -h[uman-readable] | -iec | -j[son] | -p[retty] |\n"
930fb9
 "                    -f[amily] { inet | inet6 | ipx | dnet | mpls | bridge | link } |\n"
930fb9
-"                    -4 | -6 | -I | -D | -B | -0 |\n"
930fb9
+"                    -4 | -6 | -I | -D | -M | -B | -0 |\n"
930fb9
 "                    -l[oops] { maximum-addr-flush-attempts } | -br[ief] |\n"
930fb9
 "                    -o[neline] | -t[imestamp] | -ts[hort] | -b[atch] [filename] |\n"
930fb9
 "                    -rc[vbuf] [size] | -n[etns] name | -a[ll] | -c[olor]}\n");
930fb9
-- 
930fb9
1.8.3.1
930fb9