]> git.proxmox.com Git - mirror_iproute2.git/commitdiff
ipntable: Fix typo in help text
authorPhil Sutter <phil@nwl.cc>
Wed, 2 Mar 2016 18:19:53 +0000 (19:19 +0100)
committerStephen Hemminger <stephen@networkplumber.org>
Wed, 2 Mar 2016 19:23:51 +0000 (11:23 -0800)
Signed-off-by: Phil Sutter <phil@nwl.cc>
ip/ipntable.c

index 6eb84e797b263b50004ccabdfa1ba83bc698bda3..2763570ae34d72e9eb187f3ef17cff729ad86cf0 100644 (file)
@@ -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"
                );