iproute2: update usage info of bridge monitor

Cc: Stephen Hemminger <shemminger@vyatta.com>
Signed-off-by: Cong Wang <amwang@redhat.com>
This commit is contained in:
Cong Wang 2012-12-14 13:59:32 +08:00 committed by Stephen Hemminger
parent 4a4ee61699
commit 176659e38e
1 changed files with 1 additions and 1 deletions

View File

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