]> git.ipfire.org Git - thirdparty/iproute2.git/commitdiff
cleanup help message
authorStephen Hemminger <stephen@networkplumber.org>
Sun, 4 Aug 2013 22:00:42 +0000 (15:00 -0700)
committerStephen Hemminger <stephen@networkplumber.org>
Sun, 4 Aug 2013 22:00:42 +0000 (15:00 -0700)
Split it naturally

ip/link_veth.c

index 3d19b01fd9116029b2efb01d1f90183935778a18..7730f3941b489386ff2f28af981feef479c7e56e 100644 (file)
@@ -19,9 +19,8 @@
 
 static void usage(void)
 {
-       printf("Usage: ip link <options> type veth "
-              "[peer <options>]\nTo get <options> type "
-              "'ip link add help'\n");
+       printf("Usage: ip link <options> type veth [peer <options>]\n"
+              "To get <options> type 'ip link add help'\n");
 }
 
 static int veth_parse_opt(struct link_util *lu, int argc, char **argv,