All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH iproute2] route: Add missing newline in helptext
@ 2015-05-06 15:25 Thomas Graf
  2015-05-11 16:15 ` Stephen Hemminger
  0 siblings, 1 reply; 2+ messages in thread
From: Thomas Graf @ 2015-05-06 15:25 UTC (permalink / raw)
  To: stephen; +Cc: netdev

Signed-off-by: Thomas Graf <tgraf@suug.ch>
---
 ip/iproute.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/ip/iproute.c b/ip/iproute.c
index e0a6159..8ac4369 100644
--- a/ip/iproute.c
+++ b/ip/iproute.c
@@ -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");
-- 
2.3.5

^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH iproute2] route: Add missing newline in helptext
  2015-05-06 15:25 [PATCH iproute2] route: Add missing newline in helptext Thomas Graf
@ 2015-05-11 16:15 ` Stephen Hemminger
  0 siblings, 0 replies; 2+ messages in thread
From: Stephen Hemminger @ 2015-05-11 16:15 UTC (permalink / raw)
  To: Thomas Graf; +Cc: netdev

On Wed,  6 May 2015 17:25:39 +0200
Thomas Graf <tgraf@suug.ch> wrote:

> Signed-off-by: Thomas Graf <tgraf@suug.ch>

Thanks for catching this, applied

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2015-05-11 16:15 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-05-06 15:25 [PATCH iproute2] route: Add missing newline in helptext Thomas Graf
2015-05-11 16:15 ` Stephen Hemminger

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.