]> git.proxmox.com Git - mirror_iproute2.git/blobdiff - ip/iplink_bridge_slave.c
treewide: refactor help messages
[mirror_iproute2.git] / ip / iplink_bridge_slave.c
index ae9d15fcf5065ddb97e15bd7f516081ff1f2c37a..79a1d2f5f5b8fdf1f1498d0400603ef5dcb14b94 100644 (file)
@@ -23,26 +23,26 @@ static void print_explain(FILE *f)
 {
        fprintf(f,
                "Usage: ... bridge_slave [ fdb_flush ]\n"
-               "                        [ state STATE ]\n"
-               "                        [ priority PRIO ]\n"
-               "                        [ cost COST ]\n"
-               "                        [ guard {on | off} ]\n"
-               "                        [ hairpin {on | off} ]\n"
-               "                        [ fastleave {on | off} ]\n"
-               "                        [ root_block {on | off} ]\n"
-               "                        [ learning {on | off} ]\n"
-               "                        [ flood {on | off} ]\n"
-               "                        [ proxy_arp {on | off} ]\n"
-               "                        [ proxy_arp_wifi {on | off} ]\n"
-               "                        [ mcast_router MULTICAST_ROUTER ]\n"
-               "                        [ mcast_fast_leave {on | off} ]\n"
-               "                        [ mcast_flood {on | off} ]\n"
-               "                        [ mcast_to_unicast {on | off} ]\n"
-               "                        [ group_fwd_mask MASK ]\n"
-               "                        [ neigh_suppress {on | off} ]\n"
-               "                        [ vlan_tunnel {on | off} ]\n"
-               "                        [ isolated {on | off} ]\n"
-               "                        [ backup_port DEVICE ] [ nobackup_port ]\n"
+               "                       [ state STATE ]\n"
+               "                       [ priority PRIO ]\n"
+               "                       [ cost COST ]\n"
+               "                       [ guard {on | off} ]\n"
+               "                       [ hairpin {on | off} ]\n"
+               "                       [ fastleave {on | off} ]\n"
+               "                       [ root_block {on | off} ]\n"
+               "                       [ learning {on | off} ]\n"
+               "                       [ flood {on | off} ]\n"
+               "                       [ proxy_arp {on | off} ]\n"
+               "                       [ proxy_arp_wifi {on | off} ]\n"
+               "                       [ mcast_router MULTICAST_ROUTER ]\n"
+               "                       [ mcast_fast_leave {on | off} ]\n"
+               "                       [ mcast_flood {on | off} ]\n"
+               "                       [ mcast_to_unicast {on | off} ]\n"
+               "                       [ group_fwd_mask MASK ]\n"
+               "                       [ neigh_suppress {on | off} ]\n"
+               "                       [ vlan_tunnel {on | off} ]\n"
+               "                       [ isolated {on | off} ]\n"
+               "                       [ backup_port DEVICE ] [ nobackup_port ]\n"
        );
 }