netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] iproute2: fix typo in help message.
@ 2012-08-20  6:28 Li Wei
  2012-08-20 16:00 ` Stephen Hemminger
  0 siblings, 1 reply; 2+ messages in thread
From: Li Wei @ 2012-08-20  6:28 UTC (permalink / raw)
  To: shemminger; +Cc: netdev, Li Wei

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);
 }
-- 
1.7.10.1

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

* Re: [PATCH] iproute2: fix typo in help message.
  2012-08-20  6:28 [PATCH] iproute2: fix typo in help message Li Wei
@ 2012-08-20 16:00 ` Stephen Hemminger
  0 siblings, 0 replies; 2+ messages in thread
From: Stephen Hemminger @ 2012-08-20 16:00 UTC (permalink / raw)
  To: Li Wei; +Cc: netdev

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

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

end of thread, other threads:[~2012-08-20 16:00 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-08-20  6:28 [PATCH] iproute2: fix typo in help message Li Wei
2012-08-20 16:00 ` Stephen Hemminger

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).