Commit c339b4cc authored by Phil Sutter's avatar Phil Sutter Committed by Stephen Hemminger

ipneigh: add missing proxy keyword to help text

And while we're at it, add whitespace around braces and pipe symbol.
Signed-off-by: default avatarPhil Sutter <phil@nwl.cc>
parent 5c2ea5b8
......@@ -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);
}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment