Commit ac3ff720 authored by Stephen Hemminger's avatar Stephen Hemminger

cleanup help message

Split it naturally
parent 5464049b
...@@ -19,9 +19,8 @@ ...@@ -19,9 +19,8 @@
static void usage(void) static void usage(void)
{ {
printf("Usage: ip link <options> type veth " printf("Usage: ip link <options> type veth [peer <options>]\n"
"[peer <options>]\nTo get <options> type " "To get <options> type 'ip link add help'\n");
"'ip link add help'\n");
} }
static int veth_parse_opt(struct link_util *lu, int argc, char **argv, static int veth_parse_opt(struct link_util *lu, int argc, char **argv,
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment