aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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().