ip: link: macvlan: Add newline to help output
A newline between synopsis and variable definition looks nice and is consistent with others. Signed-off-by: Phil Sutter <phil@nwl.cc>
This commit is contained in:
parent
be985020ab
commit
e336868e09
|
|
@ -31,6 +31,7 @@ static void print_explain(struct link_util *lu, FILE *f)
|
|||
{
|
||||
fprintf(f,
|
||||
"Usage: ... %s mode MODE [flag MODE_FLAG] MODE_OPTS\n"
|
||||
"\n"
|
||||
"MODE: private | vepa | bridge | passthru | source\n"
|
||||
"MODE_FLAG: null | nopromisc\n"
|
||||
"MODE_OPTS: for mode \"source\":\n"
|
||||
|
|
|
|||
Loading…
Reference in New Issue