| Submitter | Amerigo Wang |
|---|---|
| Date | Dec. 14, 2012, 5:59 a.m. |
| Message ID | <1355464772-17712-1-git-send-email-amwang@redhat.com> |
| Download | mbox | patch |
| Permalink | /patch/206293/ |
| State | Accepted |
| Delegated to: | stephen hemminger |
| Headers | show |
Comments
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. -- To unsubscribe from this list: send the line "unsubscribe netdev" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html
Patch
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); }
Cc: Stephen Hemminger <shemminger@vyatta.com> Signed-off-by: Cong Wang <amwang@redhat.com> --- -- To unsubscribe from this list: send the line "unsubscribe netdev" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html