naccyde / rpms / iproute

Forked from rpms/iproute 5 months ago
Clone

Blame SOURCES/0095-ipntable-Fix-typo-in-help-text.patch

049c96
From 0c03f463e786c6c597590cbc57b2bad29ab4fd42 Mon Sep 17 00:00:00 2001
049c96
From: Phil Sutter <psutter@redhat.com>
049c96
Date: Mon, 7 Mar 2016 20:36:42 +0100
049c96
Subject: [PATCH] ipntable: Fix typo in help text
049c96
049c96
Bugzilla: https://bugzilla.redhat.com/show_bug.cgi?id=1251186
049c96
Upstream Status: iproute2.git commit f1fdcfe66a8e1
049c96
049c96
commit f1fdcfe66a8e197a5015cb81c789061c03629108
049c96
Author: Phil Sutter <phil@nwl.cc>
049c96
Date:   Wed Mar 2 19:19:53 2016 +0100
049c96
049c96
    ipntable: Fix typo in help text
049c96
049c96
    Signed-off-by: Phil Sutter <phil@nwl.cc>
049c96
---
049c96
 ip/ipntable.c | 2 +-
049c96
 1 file changed, 1 insertion(+), 1 deletion(-)
049c96
049c96
diff --git a/ip/ipntable.c b/ip/ipntable.c
049c96
index ca5d935..3ff5e65 100644
049c96
--- a/ip/ipntable.c
049c96
+++ b/ip/ipntable.c
049c96
@@ -53,7 +53,7 @@ static void usage(void)
049c96
 
049c96
 		"PARMS := [ base_reachable MSEC ] [ retrans MSEC ] [ gc_stale MSEC ]\n"
049c96
 		"         [ delay_probe MSEC ] [ queue LEN ]\n"
049c96
-		"         [ app_probs VAL ] [ ucast_probes VAL ] [ mcast_probes VAL ]\n"
049c96
+		"         [ app_probes VAL ] [ ucast_probes VAL ] [ mcast_probes VAL ]\n"
049c96
 		"         [ anycast_delay MSEC ] [ proxy_delay MSEC ] [ proxy_queue LEN ]\n"
049c96
 		"         [ locktime MSEC ]\n"
049c96
 		);
049c96
-- 
049c96
1.8.3.1
049c96