From a20d6e2afb1c132c18b5a72e97e2fcca39bb542c Mon Sep 17 00:00:00 2001 From: Ralf Baechle Date: Fri, 15 Jul 2011 08:39:57 +0000 Subject: rsparms: Fix spelling mistake in usage message. The name of the option is -nodes, not -node. Really minor - the option parser on looks at the first two characters. --- rose/rsparms.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rose/rsparms.c b/rose/rsparms.c index 95ef0ce..7364b4a 100644 --- a/rose/rsparms.c +++ b/rose/rsparms.c @@ -19,7 +19,7 @@ #include "../pathnames.h" -char nodes_usage[] = "usage: rsparms -node add|del nodeaddr[/mask] port neighbour [digis...]\n rsparms -node list\n"; +char nodes_usage[] = "usage: rsparms -nodes add|del nodeaddr[/mask] port neighbour [digis...]\n rsparms -nodes list\n"; /* print the Rose neighbour whose number is supplied */ void printnb(char *neigh) -- cgit v1.2.3