summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRalf Baechle <ralf@linux-mips.org>2011-07-15 08:39:57 +0000
committerRalf Baechle <ralf@linux-mips.org>2011-07-15 08:39:57 +0000
commita20d6e2afb1c132c18b5a72e97e2fcca39bb542c (patch)
tree64cb97ecb9777b7848e6d658214a9dd48a3c4514
parent08cdd6d7081bc2d4a8118e0a4cfd0c3e46724a4f (diff)
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.
-rw-r--r--rose/rsparms.c2
1 files changed, 1 insertions, 1 deletions
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)