From: Stephen Hemminger <stephen@networkplumber.org>
To: Vadim Kochan <vadim4j@gmail.com>
Cc: netdev@vger.kernel.org
Subject: Re: [PATCH iproute2] ip tuntap: Added missing commands in usage
Date: Sun, 28 Sep 2014 16:20:39 -0700 [thread overview]
Message-ID: <20140928162039.3a0477f2@urahara> (raw)
In-Reply-To: <1410902651-9240-1-git-send-email-vadim4j@gmail.com>
On Wed, 17 Sep 2014 00:24:11 +0300
Vadim Kochan <vadim4j@gmail.com> wrote:
> show, list, lst and help commands were not printed in usage.
>
> Signed-off-by: Vadim Kochan <vadim4j@gmail.com>
> ---
> ip/iptuntap.c | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/ip/iptuntap.c b/ip/iptuntap.c
> index 2391af2..0ce64a6 100644
> --- a/ip/iptuntap.c
> +++ b/ip/iptuntap.c
> @@ -36,7 +36,7 @@ static void usage(void) __attribute__((noreturn));
>
> static void usage(void)
> {
> - fprintf(stderr, "Usage: ip tuntap { add | del } [ dev PHYS_DEV ] \n");
> + 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, "\n");
both tuntap patches applied
prev parent reply other threads:[~2014-09-28 23:20 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-09-16 21:24 [PATCH iproute2] ip tuntap: Added missing commands in usage Vadim Kochan
2014-09-28 23:20 ` Stephen Hemminger [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20140928162039.3a0477f2@urahara \
--to=stephen@networkplumber.org \
--cc=netdev@vger.kernel.org \
--cc=vadim4j@gmail.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox