diff mbox

ip: Added missing usage for netconf object

Message ID 1404139070-14177-1-git-send-email-vadim4j@gmail.com
State Accepted, archived
Delegated to: stephen hemminger
Headers show

Commit Message

Vadym Kochan June 30, 2014, 2:37 p.m. UTC
---
 ip/ip.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Stephen Hemminger July 15, 2014, 4:43 p.m. UTC | #1
On Mon, 30 Jun 2014 17:37:50 +0300
vadimk <vadim4j@gmail.com> wrote:

> ---
>  ip/ip.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/ip/ip.c b/ip/ip.c
> index 813fabd..739b88d 100644
> --- a/ip/ip.c
> +++ b/ip/ip.c
> @@ -45,7 +45,7 @@ static void usage(void)
>  "       ip [ -force ] -batch filename\n"
>  "where  OBJECT := { link | addr | addrlabel | route | rule | neigh | ntable |\n"
>  "                   tunnel | tuntap | maddr | mroute | mrule | monitor | xfrm |\n"
> -"                   netns | l2tp | tcp_metrics | token }\n"
> +"                   netns | l2tp | tcp_metrics | token | netconf }\n"
>  "       OPTIONS := { -V[ersion] | -s[tatistics] | -d[etails] | -r[esolve] |\n"
>  "                    -f[amily] { inet | inet6 | ipx | dnet | bridge | link } |\n"
>  "                    -4 | -6 | -I | -D | -B | -0 |\n"

accepted
--
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
diff mbox

Patch

diff --git a/ip/ip.c b/ip/ip.c
index 813fabd..739b88d 100644
--- a/ip/ip.c
+++ b/ip/ip.c
@@ -45,7 +45,7 @@  static void usage(void)
 "       ip [ -force ] -batch filename\n"
 "where  OBJECT := { link | addr | addrlabel | route | rule | neigh | ntable |\n"
 "                   tunnel | tuntap | maddr | mroute | mrule | monitor | xfrm |\n"
-"                   netns | l2tp | tcp_metrics | token }\n"
+"                   netns | l2tp | tcp_metrics | token | netconf }\n"
 "       OPTIONS := { -V[ersion] | -s[tatistics] | -d[etails] | -r[esolve] |\n"
 "                    -f[amily] { inet | inet6 | ipx | dnet | bridge | link } |\n"
 "                    -4 | -6 | -I | -D | -B | -0 |\n"