From: Phil Sutter Date: Tue, 28 Mar 2017 21:19:37 +0000 (+0200) Subject: ip: link: macvlan: Add newline to help output X-Git-Tag: v4.11.0~22 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e336868e0925e77fe933d83711941cafa6134e25;p=thirdparty%2Fiproute2.git 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 --- diff --git a/ip/iplink_macvlan.c b/ip/iplink_macvlan.c index b9a146f27..662eb6ff9 100644 --- a/ip/iplink_macvlan.c +++ b/ip/iplink_macvlan.c @@ -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"