aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorsoranoba <[email protected]>2016-04-26 17:00:01 +0900
committersoranoba <[email protected]>2016-04-26 17:00:01 +0900
commit8cf896c4a1e2b0675733a8e4b2ec6a27f6839678 (patch)
tree7e12cf1aa8c4d4afab0a1a9d34593541242dfcc5
parent1e15397a4924804f248facc18ccd07076baef7a4 (diff)
downloadrelx-8cf896c4a1e2b0675733a8e4b2ec6a27f6839678.tar.gz
relx-8cf896c4a1e2b0675733a8e4b2ec6a27f6839678.tar.bz2
relx-8cf896c4a1e2b0675733a8e4b2ec6a27f6839678.zip
Fix: does not contain the part of the command
-rwxr-xr-xpriv/templates/extended_bin2
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