bridge: update help
Signed-off-by: Cong Wang <amwang@redhat.com>
This commit is contained in:
parent
0ff8f578ed
commit
e29d8cc616
|
|
@ -27,7 +27,7 @@ static void usage(void)
|
||||||
{
|
{
|
||||||
fprintf(stderr,
|
fprintf(stderr,
|
||||||
"Usage: bridge [ OPTIONS ] OBJECT { COMMAND | help }\n"
|
"Usage: bridge [ OPTIONS ] OBJECT { COMMAND | help }\n"
|
||||||
"where OBJECT := { fdb | monitor }\n"
|
"where OBJECT := { fdb | mdb | monitor }\n"
|
||||||
" OPTIONS := { -V[ersion] | -s[tatistics] | -d[etails]\n" );
|
" OPTIONS := { -V[ersion] | -s[tatistics] | -d[etails]\n" );
|
||||||
exit(-1);
|
exit(-1);
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue