diff options
author | soranoba <[email protected]> | 2016-10-30 13:22:38 +0900 |
---|---|---|
committer | soranoba <[email protected]> | 2016-10-31 00:01:20 +0900 |
commit | 6a5cb0e46107ed70fcaa42624859d9167ff9bde1 (patch) | |
tree | c9bd1c1a70daff3bba6c40ac8f157b2d75f4b772 /priv | |
parent | 9742558edd97c15b5d32c3dea77058373bc7e904 (diff) | |
download | relx-6a5cb0e46107ed70fcaa42624859d9167ff9bde1.tar.gz relx-6a5cb0e46107ed70fcaa42624859d9167ff9bde1.tar.bz2 relx-6a5cb0e46107ed70fcaa42624859d9167ff9bde1.zip |
add versions in command help
Diffstat (limited to 'priv')
-rwxr-xr-x | priv/templates/extended_bin | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/priv/templates/extended_bin b/priv/templates/extended_bin index 5e15669..0881a08 100755 --- a/priv/templates/extended_bin +++ b/priv/templates/extended_bin @@ -461,7 +461,7 @@ case "$1" in relx_nodetool "eval" $@ ;; *) - echo "Usage: $REL_NAME {start|start_boot <file>|foreground|stop|restart|reboot|pid|ping|console|console_clean|console_boot <file>|attach|remote_console|upgrade|downgrade|install|uninstall|escript|rpc|rpcterms|eval}" + echo "Usage: $REL_NAME {start|start_boot <file>|foreground|stop|restart|reboot|pid|ping|console|console_clean|console_boot <file>|attach|remote_console|upgrade|downgrade|install|uninstall|versions|escript|rpc|rpcterms|eval}" exit 1 ;; esac |