naccyde / rpms / iproute

Forked from rpms/iproute 9 months ago
Clone

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

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