Cong Wang
2012-Dec-14 05:59 UTC
[Bridge] [PATCH] iproute2: update usage info of bridge monitor
Cc: Stephen Hemminger <shemminger at vyatta.com> Signed-off-by: Cong Wang <amwang at 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); }
Stephen Hemminger
2012-Dec-14 17:11 UTC
[Bridge] [PATCH] iproute2: update usage info of bridge monitor
On Fri, 14 Dec 2012 13:59:32 +0800 Cong Wang <amwang at redhat.com> wrote:> Cc: Stephen Hemminger <shemminger at vyatta.com> > Signed-off-by: Cong Wang <amwang at 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.