diff options
author | Loïc Hoguin <[email protected]> | 2015-09-22 19:34:24 +0200 |
---|---|---|
committer | Loïc Hoguin <[email protected]> | 2015-09-22 19:34:24 +0200 |
commit | a7ad103798075ebf1b5b579345d9911a8711067c (patch) | |
tree | 3823a415bd34af367ecd7cdb92db2491cb50bc90 /priv/templates/nodetool | |
parent | 10de369ae801056bbf9d9fcba85a1f2fa6f39d3f (diff) | |
download | relx-a7ad103798075ebf1b5b579345d9911a8711067c.tar.gz relx-a7ad103798075ebf1b5b579345d9911a8711067c.tar.bz2 relx-a7ad103798075ebf1b5b579345d9911a8711067c.zip |
Add rpc|rpcterms to nodetool usage
Diffstat (limited to 'priv/templates/nodetool')
-rw-r--r-- | priv/templates/nodetool | 2 |
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(). |