mirror of
https://git.kernel.org/pub/scm/network/iproute2/iproute2.git
synced 2024-12-04 15:24:35 +08:00
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,
|
fprintf(f,
|
||||||
"Usage: ... %s mode MODE [flag MODE_FLAG] MODE_OPTS\n"
|
"Usage: ... %s mode MODE [flag MODE_FLAG] MODE_OPTS\n"
|
||||||
|
"\n"
|
||||||
"MODE: private | vepa | bridge | passthru | source\n"
|
"MODE: private | vepa | bridge | passthru | source\n"
|
||||||
"MODE_FLAG: null | nopromisc\n"
|
"MODE_FLAG: null | nopromisc\n"
|
||||||
"MODE_OPTS: for mode \"source\":\n"
|
"MODE_OPTS: for mode \"source\":\n"
|
||||||
|
Loading…
Reference in New Issue
Block a user