Commit 02573698 authored by Richard Alpe's avatar Richard Alpe Committed by Stephen Hemminger

tipc: fix help text spelling error in node.c

parent f8fc1d10
...@@ -245,7 +245,7 @@ static int cmd_node_get(struct nlmsghdr *nlh, const struct cmd *cmd, ...@@ -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"
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment