]> git.ipfire.org Git - thirdparty/iproute2.git/commitdiff
route: Add missing newline in helptext
authorThomas Graf <tgraf@suug.ch>
Wed, 6 May 2015 15:25:39 +0000 (17:25 +0200)
committerStephen Hemminger <shemming@brocade.com>
Mon, 11 May 2015 16:14:44 +0000 (09:14 -0700)
Signed-off-by: Thomas Graf <tgraf@suug.ch>
ip/iproute.c

index 06aea6ff7771ea7aee70ba62ae9e606ec236e75f..670a4c64d235263bc60b50f003cc7ce8b67b07cc 100644 (file)
@@ -77,7 +77,7 @@ static void usage(void)
        fprintf(stderr, "             [ scope SCOPE ] [ metric METRIC ]\n");
        fprintf(stderr, "INFO_SPEC := NH OPTIONS FLAGS [ nexthop NH ]...\n");
        fprintf(stderr, "NH := [ via [ FAMILY ] ADDRESS ] [ dev STRING ] [ weight NUMBER ] NHFLAGS\n");
-       fprintf(stderr, "FAMILY := [ inet | inet6 | ipx | dnet | mpls | bridge | link ]");
+       fprintf(stderr, "FAMILY := [ inet | inet6 | ipx | dnet | mpls | bridge | link ]\n");
        fprintf(stderr, "OPTIONS := FLAGS [ mtu NUMBER ] [ advmss NUMBER ] [ as [ to ] ADDRESS ]\n");
        fprintf(stderr, "           [ rtt TIME ] [ rttvar TIME ] [ reordering NUMBER ]\n");
        fprintf(stderr, "           [ window NUMBER] [ cwnd NUMBER ] [ initcwnd NUMBER ]\n");