From: Phil Sutter Date: Wed, 2 Mar 2016 18:19:53 +0000 (+0100) Subject: ipntable: Fix typo in help text X-Git-Tag: v4.5.0~40 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f1fdcfe66a8e197a5015cb81c789061c03629108;p=thirdparty%2Fiproute2.git ipntable: Fix typo in help text Signed-off-by: Phil Sutter --- diff --git a/ip/ipntable.c b/ip/ipntable.c index 6eb84e797..2763570ae 100644 --- a/ip/ipntable.c +++ b/ip/ipntable.c @@ -52,7 +52,7 @@ static void usage(void) "PARMS := [ base_reachable MSEC ] [ retrans MSEC ] [ gc_stale MSEC ]\n" " [ delay_probe MSEC ] [ queue LEN ]\n" - " [ app_probs VAL ] [ ucast_probes VAL ] [ mcast_probes VAL ]\n" + " [ app_probes VAL ] [ ucast_probes VAL ] [ mcast_probes VAL ]\n" " [ anycast_delay MSEC ] [ proxy_delay MSEC ] [ proxy_queue LEN ]\n" " [ locktime MSEC ]\n" );