From cb154f3a54c90000eae9fd582304872eec9db54e Mon Sep 17 00:00:00 2001 From: Luis Rascao Date: Mon, 5 Sep 2016 22:20:50 +0100 Subject: Fix upgrade/downgrade/install usage The second argument is actually the version and not the package name. --- priv/templates/extended_bin_windows | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'priv/templates/extended_bin_windows') diff --git a/priv/templates/extended_bin_windows b/priv/templates/extended_bin_windows index d892ea6..a4cc42c 100644 --- a/priv/templates/extended_bin_windows +++ b/priv/templates/extended_bin_windows @@ -175,9 +175,8 @@ set description=Erlang node %node_name% in %rootdir% :: Relup and reldown :relup @if "" == "%2" ( - echo Missing package argument - echo Usage: %rel_name% %1 {package base name} - echo NOTE {package base name} MUST NOT include the .tar.gz suffix + echo Missing version argument + echo Usage: %rel_name% %1 {version} set ERRORLEVEL=1 exit /b %ERRORLEVEL% ) -- cgit v1.2.3