From: Stephen Hemminger Date: Sun, 4 Aug 2013 22:00:42 +0000 (-0700) Subject: cleanup help message X-Git-Tag: v3.11.0~14 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=ac3ff7203206aae04831901c9dd831e32209fc94;p=thirdparty%2Fiproute2.git cleanup help message Split it naturally --- diff --git a/ip/link_veth.c b/ip/link_veth.c index 3d19b01fd..7730f3941 100644 --- a/ip/link_veth.c +++ b/ip/link_veth.c @@ -19,9 +19,8 @@ static void usage(void) { - printf("Usage: ip link type veth " - "[peer ]\nTo get type " - "'ip link add help'\n"); + printf("Usage: ip link type veth [peer ]\n" + "To get type 'ip link add help'\n"); } static int veth_parse_opt(struct link_util *lu, int argc, char **argv,