netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH iproute2 1/2] tipc: fix help text spelling error in node.c
@ 2016-01-05  9:57 Richard Alpe
  2016-01-05  9:57 ` [PATCH iproute2 2/2] tipc: add peer remove functionality Richard Alpe
  0 siblings, 1 reply; 4+ messages in thread
From: Richard Alpe @ 2016-01-05  9:57 UTC (permalink / raw)
  To: netdev; +Cc: tipc-discussion

---
 tipc/node.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tipc/node.c b/tipc/node.c
index 163fb74..201fe1a 100644
--- a/tipc/node.c
+++ b/tipc/node.c
@@ -245,7 +245,7 @@ static int cmd_node_get(struct nlmsghdr *nlh, const struct cmd *cmd,
 void cmd_node_help(struct cmdl *cmdl)
 {
 	fprintf(stderr,
-		"Usage: %s media COMMAND [ARGS] ...\n\n"
+		"Usage: %s node COMMAND [ARGS] ...\n\n"
 		"COMMANDS\n"
 		" list                  - List remote nodes\n"
 		" get                   - Get local node parameters\n"
-- 
2.1.4


------------------------------------------------------------------------------

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

end of thread, other threads:[~2016-02-09 19:00 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-01-05  9:57 [PATCH iproute2 1/2] tipc: fix help text spelling error in node.c Richard Alpe
2016-01-05  9:57 ` [PATCH iproute2 2/2] tipc: add peer remove functionality Richard Alpe
2016-01-06 17:27   ` Stephen Hemminger
2016-02-09 19:00   ` Stephen Hemminger

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).