From: Phil Sutter Date: Wed, 2 Mar 2016 18:19:52 +0000 (+0100) Subject: ipneigh: add missing proxy keyword to help text X-Git-Tag: v4.5.0~41 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c339b4cc53f64b79b384524ce0e124965d341579;p=thirdparty%2Fiproute2.git ipneigh: add missing proxy keyword to help text And while we're at it, add whitespace around braces and pipe symbol. Signed-off-by: Phil Sutter --- diff --git a/ip/ipneigh.c b/ip/ipneigh.c index 92b7cd6f2..9b1499b08 100644 --- a/ip/ipneigh.c +++ b/ip/ipneigh.c @@ -49,7 +49,7 @@ static void usage(void) fprintf(stderr, "Usage: ip neigh { add | del | change | replace } { ADDR [ lladdr LLADDR ]\n" " [ nud { permanent | noarp | stale | reachable } ]\n" " | proxy ADDR } [ dev DEV ]\n"); - fprintf(stderr, " ip neigh {show|flush} [ to PREFIX ] [ dev DEV ] [ nud STATE ]\n"); + fprintf(stderr, " ip neigh { show | flush } [ proxy ] [ to PREFIX ] [ dev DEV ] [ nud STATE ]\n"); exit(-1); }