diff options
author | Stephen Hemminger <stephen@networkplumber.org> | 2013-08-04 15:00:42 -0700 |
---|---|---|
committer | Stephen Hemminger <stephen@networkplumber.org> | 2013-08-04 15:00:42 -0700 |
commit | ac3ff7203206aae04831901c9dd831e32209fc94 (patch) | |
tree | fc9f83ab2a59c771971a675f1a0069908da5f206 | |
parent | 5464049b4781eae2f664009a217fbcfd6a7b13c1 (diff) |
cleanup help message
Split it naturally
-rw-r--r-- | ip/link_veth.c | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/ip/link_veth.c b/ip/link_veth.c index 3d19b01f..7730f394 100644 --- a/ip/link_veth.c +++ b/ip/link_veth.c @@ -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, |