remove stray newline in "iplink --help"
authorDenys Vlasenko <vda.linux@googlemail.com>
Thu, 8 Mar 2018 15:06:18 +0000 (16:06 +0100)
committerDenys Vlasenko <vda.linux@googlemail.com>
Thu, 8 Mar 2018 15:06:18 +0000 (16:06 +0100)
function                                             old     new   delta
packed_usage                                       32547   32550      +3

Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
networking/ip.c

index accf90759eb1d9c1314147405f54f32f050cf6ca..9ecb99abb37b0868a2bbf62348637a28f437afc2 100644 (file)
 //usage:#define iplink_trivial_usage
 //usage:       /*Usage:iplink*/"set IFACE [up|down] [arp on|off] [multicast on|off]\n"
 //usage:       "       [promisc on|off] [mtu NUM] [name NAME] [qlen NUM] [address MAC]\n"
-//usage:       "       [master IFACE | nomaster]\n"
+//usage:       "       [master IFACE | nomaster]"
 // * short help shows only "set" command, long help continues (with just one "\n")
 // * and shows all other commands:
 //usage:#define iplink_full_usage "\n"