diff options
| author | Phil Sutter <phil@nwl.cc> | 2015-10-29 10:55:24 +0100 |
|---|---|---|
| committer | Stephen Hemminger <shemming@brocade.com> | 2015-11-03 16:27:39 -0800 |
| commit | bd5bbad45007937758ec1339f2612049ce7187d7 (patch) | |
| tree | f230a6d441fb56df935c30d7ef194f2fd367477e /bridge | |
| parent | 17c53fcd2c76b84c7c7eb2bd082d9e40dd8c41c6 (diff) | |
| download | android_external_iproute2-bd5bbad45007937758ec1339f2612049ce7187d7.tar.gz android_external_iproute2-bd5bbad45007937758ec1339f2612049ce7187d7.tar.bz2 android_external_iproute2-bd5bbad45007937758ec1339f2612049ce7187d7.zip | |
bridge: fdb: minor syntax fix in help text
Diffstat (limited to 'bridge')
| -rw-r--r-- | bridge/fdb.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/bridge/fdb.c b/bridge/fdb.c index 5ea50ab..4d10925 100644 --- a/bridge/fdb.c +++ b/bridge/fdb.c @@ -31,11 +31,11 @@ static unsigned int filter_index; static void usage(void) { - fprintf(stderr, "Usage: bridge fdb { add | append | del | replace ADDR dev DEV\n" + fprintf(stderr, "Usage: bridge fdb { add | append | del | replace } ADDR dev DEV\n" " [ self ] [ master ] [ use ] [ router ]\n" " [ local | temp ] [ dst IPADDR ] [ vlan VID ]\n" - " [ port PORT] [ vni VNI ] [via DEV]\n"); - fprintf(stderr, " bridge fdb {show} [ br BRDEV ] [ brport DEV ]\n"); + " [ port PORT] [ vni VNI ] [ via DEV ]\n"); + fprintf(stderr, " bridge fdb [ show [ br BRDEV ] [ brport DEV ] ]\n"); exit(-1); } |
