From: Phil Sutter Date: Tue, 28 Mar 2017 21:19:36 +0000 (+0200) Subject: ip: link: bond: Fix whitespace in help text X-Git-Tag: v4.11.0~23 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=be985020ab4e71547ce3ad5590caf9a61968bedf;p=thirdparty%2Fiproute2.git ip: link: bond: Fix whitespace in help text Signed-off-by: Phil Sutter --- diff --git a/ip/iplink_bond.c b/ip/iplink_bond.c index fe83479a0..772b05fd8 100644 --- a/ip/iplink_bond.c +++ b/ip/iplink_bond.c @@ -133,7 +133,7 @@ static void print_explain(FILE *f) " [ min_links MIN_LINKS ]\n" " [ lp_interval LP_INTERVAL ]\n" " [ packets_per_slave PACKETS_PER_SLAVE ]\n" - " [ tlb_dynamic_lb TLB_DYNAMIC_LB ]\n" + " [ tlb_dynamic_lb TLB_DYNAMIC_LB ]\n" " [ lacp_rate LACP_RATE ]\n" " [ ad_select AD_SELECT ]\n" " [ ad_user_port_key PORTKEY ]\n"