]> git.ipfire.org Git - thirdparty/iproute2.git/commitdiff
ip: link: macvlan: Add newline to help output
authorPhil Sutter <phil@nwl.cc>
Tue, 28 Mar 2017 21:19:37 +0000 (23:19 +0200)
committerStephen Hemminger <stephen@networkplumber.org>
Tue, 4 Apr 2017 21:51:29 +0000 (14:51 -0700)
A newline between synopsis and variable definition looks nice and is
consistent with others.

Signed-off-by: Phil Sutter <phil@nwl.cc>
ip/iplink_macvlan.c

index b9a146f2711867409b945c59d7cf51cb0cf0f25c..662eb6ff9507c7935168ac161a1fda6084b28b52 100644 (file)
@@ -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"