]> git.ipfire.org Git - thirdparty/iproute2.git/commitdiff
bridge: fdb: minor syntax fix in help text
authorPhil Sutter <phil@nwl.cc>
Thu, 29 Oct 2015 09:55:24 +0000 (10:55 +0100)
committerStephen Hemminger <shemming@brocade.com>
Wed, 4 Nov 2015 00:27:39 +0000 (16:27 -0800)
bridge/fdb.c

index 5ea50abb39442fa50688951dbca7e77d85c14c31..4d109251c8f343364ce6e72ad7a8525f070f3e36 100644 (file)
@@ -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);
 }