aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLoïc Hoguin <[email protected]>2015-09-22 19:34:24 +0200
committerLoïc Hoguin <[email protected]>2015-09-22 19:34:24 +0200
commita7ad103798075ebf1b5b579345d9911a8711067c (patch)
tree3823a415bd34af367ecd7cdb92db2491cb50bc90
parent10de369ae801056bbf9d9fcba85a1f2fa6f39d3f (diff)
downloadrelx-a7ad103798075ebf1b5b579345d9911a8711067c.tar.gz
relx-a7ad103798075ebf1b5b579345d9911a8711067c.tar.bz2
relx-a7ad103798075ebf1b5b579345d9911a8711067c.zip
Add rpc|rpcterms to nodetool usage
-rw-r--r--priv/templates/nodetool2
1 files changed, 1 insertions, 1 deletions
diff --git a/priv/templates/nodetool b/priv/templates/nodetool
index 0a0e229..b3cd247 100644
--- a/priv/templates/nodetool
+++ b/priv/templates/nodetool
@@ -54,7 +54,7 @@ main(Args) ->
end;
Other ->
io:format("Other: ~p\n", [Other]),
- io:format("Usage: nodetool {ping|stop|restart|reboot}\n")
+ io:format("Usage: nodetool {ping|stop|restart|reboot|rpc|rpcterms} [RPC]\n")
end,
net_kernel:stop().