From ac3ff7203206aae04831901c9dd831e32209fc94 Mon Sep 17 00:00:00 2001 From: Stephen Hemminger Date: Sun, 4 Aug 2013 15:00:42 -0700 Subject: [PATCH] cleanup help message Split it naturally --- ip/link_veth.c | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) 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, -- 2.47.3