diff options
author | Tristan Sloughter <[email protected]> | 2016-05-14 17:14:25 -0500 |
---|---|---|
committer | Tristan Sloughter <[email protected]> | 2016-05-14 17:14:25 -0500 |
commit | 5cb85fa9d1fdb5988faf178676fd36a0c2829a9d (patch) | |
tree | cb9ada98bb14283659c866875a9975cb64ba55a9 /priv | |
parent | d8f9502f45dfb145f90e1fbe673bd69086e231b7 (diff) | |
parent | 8cf896c4a1e2b0675733a8e4b2ec6a27f6839678 (diff) | |
download | relx-5cb85fa9d1fdb5988faf178676fd36a0c2829a9d.tar.gz relx-5cb85fa9d1fdb5988faf178676fd36a0c2829a9d.tar.bz2 relx-5cb85fa9d1fdb5988faf178676fd36a0c2829a9d.zip |
Merge pull request #473 from soranoba/fix-usage
Fix: does not contain the part of the command
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 8c523d9..c2515ba 100755 --- a/priv/templates/extended_bin +++ b/priv/templates/extended_bin @@ -452,7 +452,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|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|escript|rpc|rpcterms|eval}" exit 1 ;; esac |