cleanup help message

Split it naturally
This commit is contained in:
Stephen Hemminger 2013-08-04 15:00:42 -07:00
parent 5464049b47
commit ac3ff72032
1 changed files with 2 additions and 3 deletions

View File

@ -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,