tipc: fix help text spelling error in node.c

This commit is contained in:
Richard Alpe 2016-01-05 10:57:39 +01:00 committed by Stephen Hemminger
parent f8fc1d101e
commit 0257369837
1 changed files with 1 additions and 1 deletions

View File

@ -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"