* [PATCH] iproute2: update usage info of bridge monitor
@ 2012-12-14 5:59 Cong Wang
2012-12-14 17:11 ` Stephen Hemminger
0 siblings, 1 reply; 2+ messages in thread
From: Cong Wang @ 2012-12-14 5:59 UTC (permalink / raw)
To: netdev; +Cc: Stephen Hemminger, bridge, Cong Wang
Cc: Stephen Hemminger <shemminger@vyatta.com>
Signed-off-by: Cong Wang <amwang@redhat.com>
---
diff --git a/bridge/monitor.c b/bridge/monitor.c
index 44e14d8..29bb931 100644
--- a/bridge/monitor.c
+++ b/bridge/monitor.c
@@ -31,7 +31,7 @@ int prefix_banner;
static void usage(void)
{
- fprintf(stderr, "Usage: bridge monitor\n");
+ fprintf(stderr, "Usage: bridge monitor [file | link | fdb | mdb | all]\n");
exit(-1);
}
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [PATCH] iproute2: update usage info of bridge monitor
2012-12-14 5:59 [PATCH] iproute2: update usage info of bridge monitor Cong Wang
@ 2012-12-14 17:11 ` Stephen Hemminger
0 siblings, 0 replies; 2+ messages in thread
From: Stephen Hemminger @ 2012-12-14 17:11 UTC (permalink / raw)
To: Cong Wang; +Cc: netdev, bridge
On Fri, 14 Dec 2012 13:59:32 +0800
Cong Wang <amwang@redhat.com> wrote:
> Cc: Stephen Hemminger <shemminger@vyatta.com>
> Signed-off-by: Cong Wang <amwang@redhat.com>
>
> ---
> diff --git a/bridge/monitor.c b/bridge/monitor.c
> index 44e14d8..29bb931 100644
> --- a/bridge/monitor.c
> +++ b/bridge/monitor.c
> @@ -31,7 +31,7 @@ int prefix_banner;
>
> static void usage(void)
> {
> - fprintf(stderr, "Usage: bridge monitor\n");
> + fprintf(stderr, "Usage: bridge monitor [file | link | fdb | mdb | all]\n");
> exit(-1);
> }
>
Applied.
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2012-12-14 17:12 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-12-14 5:59 [PATCH] iproute2: update usage info of bridge monitor Cong Wang
2012-12-14 17:11 ` 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).