All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH iproute2] tuntap: Add name attribute to usage text
@ 2016-09-08 12:56 Thomas Graf
  2016-09-08 21:32 ` Stephen Hemminger
  0 siblings, 1 reply; 2+ messages in thread
From: Thomas Graf @ 2016-09-08 12:56 UTC (permalink / raw)
  To: stephen; +Cc: netdev

Signed-off-by: Thomas Graf <tgraf@suug.ch>
---
 ip/iptuntap.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/ip/iptuntap.c b/ip/iptuntap.c
index 34fb0cf..451f7f0 100644
--- a/ip/iptuntap.c
+++ b/ip/iptuntap.c
@@ -39,7 +39,7 @@ static void usage(void)
 {
 	fprintf(stderr, "Usage: ip tuntap { add | del | show | list | lst | help } [ dev PHYS_DEV ]\n");
 	fprintf(stderr, "          [ mode { tun | tap } ] [ user USER ] [ group GROUP ]\n");
-	fprintf(stderr, "          [ one_queue ] [ pi ] [ vnet_hdr ] [ multi_queue ]\n");
+	fprintf(stderr, "          [ one_queue ] [ pi ] [ vnet_hdr ] [ multi_queue ] [ name NAME ]\n");
 	fprintf(stderr, "\n");
 	fprintf(stderr, "Where: USER  := { STRING | NUMBER }\n");
 	fprintf(stderr, "       GROUP := { STRING | NUMBER }\n");
-- 
2.5.5

^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH iproute2] tuntap: Add name attribute to usage text
  2016-09-08 12:56 [PATCH iproute2] tuntap: Add name attribute to usage text Thomas Graf
@ 2016-09-08 21:32 ` Stephen Hemminger
  0 siblings, 0 replies; 2+ messages in thread
From: Stephen Hemminger @ 2016-09-08 21:32 UTC (permalink / raw)
  To: Thomas Graf; +Cc: netdev

On Thu,  8 Sep 2016 14:56:34 +0200
Thomas Graf <tgraf@suug.ch> wrote:

> Signed-off-by: Thomas Graf <tgraf@suug.ch>
> ---
>  ip/iptuntap.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)

Applied

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2016-09-08 21:31 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-09-08 12:56 [PATCH iproute2] tuntap: Add name attribute to usage text Thomas Graf
2016-09-08 21:32 ` Stephen Hemminger

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.