tipc: fix help text spelling error in node.c
This commit is contained in:
parent
f8fc1d101e
commit
0257369837
|
|
@ -245,7 +245,7 @@ static int cmd_node_get(struct nlmsghdr *nlh, const struct cmd *cmd,
|
||||||
void cmd_node_help(struct cmdl *cmdl)
|
void cmd_node_help(struct cmdl *cmdl)
|
||||||
{
|
{
|
||||||
fprintf(stderr,
|
fprintf(stderr,
|
||||||
"Usage: %s media COMMAND [ARGS] ...\n\n"
|
"Usage: %s node COMMAND [ARGS] ...\n\n"
|
||||||
"COMMANDS\n"
|
"COMMANDS\n"
|
||||||
" list - List remote nodes\n"
|
" list - List remote nodes\n"
|
||||||
" get - Get local node parameters\n"
|
" get - Get local node parameters\n"
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue