]> git.ipfire.org Git - thirdparty/iproute2.git/commitdiff
ipneigh: add missing proxy keyword to help text
authorPhil Sutter <phil@nwl.cc>
Wed, 2 Mar 2016 18:19:52 +0000 (19:19 +0100)
committerStephen Hemminger <stephen@networkplumber.org>
Wed, 2 Mar 2016 19:23:51 +0000 (11:23 -0800)
And while we're at it, add whitespace around braces and pipe symbol.

Signed-off-by: Phil Sutter <phil@nwl.cc>
ip/ipneigh.c

index 92b7cd6f2a75b26171eb1e1417b879f34726b3af..9b1499b08b060a33b8d8336d8da90fa4ca6d08fc 100644 (file)
@@ -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);
 }