From: Zhang Shengju Date: Wed, 12 Aug 2015 06:29:59 +0000 (+0000) Subject: ip-link: fix a typo in help message X-Git-Tag: v4.2.0~25 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e543a6a8a082937b89a9e449ec5a54ae395a211f;p=thirdparty%2Fiproute2.git ip-link: fix a typo in help message fix a typo: "noarp" -> "arp" Signed-off-by: Zhang Shengju --- diff --git a/ip/iplink.c b/ip/iplink.c index a6378e2ba..18368896c 100644 --- a/ip/iplink.c +++ b/ip/iplink.c @@ -507,7 +507,7 @@ int iplink_parse(int argc, char **argv, struct iplink_req *req, } else if (strcmp(*argv, "off") == 0) { req->i.ifi_flags |= IFF_NOARP; } else - return on_off("noarp", *argv); + return on_off("arp", *argv); } else if (strcmp(*argv, "vf") == 0) { struct rtattr *vflist; NEXT_ARG();