From: Stephen Hemminger <shemminger@vyatta.com>
To: Li Wei <lw@cn.fujitsu.com>
Cc: netdev@vger.kernel.org
Subject: Re: [PATCH] iproute2: fix typo in help message.
Date: Mon, 20 Aug 2012 09:00:23 -0700 [thread overview]
Message-ID: <20120820090023.5d0bcd7a@nehalam.linuxnetplumber.net> (raw)
In-Reply-To: <1345444127-27932-1-git-send-email-lw@cn.fujitsu.com>
On Mon, 20 Aug 2012 14:28:47 +0800
Li Wei <lw@cn.fujitsu.com> wrote:
> Signed-off-by: Li Wei <lw@cn.fujitsu.com>
> ---
> bridge/fdb.c | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/bridge/fdb.c b/bridge/fdb.c
> index 2bbdaa6..c6aa08e 100644
> --- a/bridge/fdb.c
> +++ b/bridge/fdb.c
> @@ -239,6 +239,6 @@ int do_fdb(int argc, char **argv)
> } else
> return fdb_show(0, NULL);
>
> - fprintf(stderr, "Command \"%s\" is unknown, try \"ip neigh help\".\n", *argv);
> + fprintf(stderr, "Command \"%s\" is unknown, try \"bridge fdb help\".\n", *argv);
> exit(-1);
> }
Applied
prev parent reply other threads:[~2012-08-20 16:00 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2012-08-20 6:28 [PATCH] iproute2: fix typo in help message Li Wei
2012-08-20 16:00 ` 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=20120820090023.5d0bcd7a@nehalam.linuxnetplumber.net \
--to=shemminger@vyatta.com \
--cc=lw@cn.fujitsu.com \
--cc=netdev@vger.kernel.org \
/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 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.