From 0257369837c670867a844f9515e45b0bed44067a Mon Sep 17 00:00:00 2001 From: Richard Alpe Date: Tue, 5 Jan 2016 10:57:39 +0100 Subject: [PATCH] tipc: fix help text spelling error in node.c --- tipc/node.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tipc/node.c b/tipc/node.c index 163fb743..201fe1a4 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"