From 8cf896c4a1e2b0675733a8e4b2ec6a27f6839678 Mon Sep 17 00:00:00 2001 From: soranoba Date: Tue, 26 Apr 2016 17:00:01 +0900 Subject: Fix: does not contain the part of the command --- priv/templates/extended_bin | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 |foreground|stop|restart|reboot|pid|ping|console|console_clean|console_boot |attach|remote_console|upgrade|escript|rpc|rpcterms|eval}" + echo "Usage: $REL_NAME {start|start_boot |foreground|stop|restart|reboot|pid|ping|console|console_clean|console_boot |attach|remote_console|upgrade|downgrade|install|escript|rpc|rpcterms|eval}" exit 1 ;; esac -- cgit v1.2.3