From: Richard Alpe Date: Tue, 5 Jan 2016 09:57:39 +0000 (+0100) Subject: tipc: fix help text spelling error in node.c X-Git-Tag: v4.4.0~8 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0257369837c670867a844f9515e45b0bed44067a;p=thirdparty%2Fiproute2.git tipc: fix help text spelling error in node.c --- diff --git a/tipc/node.c b/tipc/node.c index 163fb7432..201fe1a4d 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"