File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -100,7 +100,7 @@ stack-create() {
100
100
# create a new stack
101
101
local inputs=$( __bma_read_inputs $@ )
102
102
local stack=$( _stack_name_arg $inputs )
103
- [[ -z ${stack} ]] && __bma_usage " stack" && return 1
103
+ [[ -z ${stack} ]] && __bma_usage " stack [template-file] [parameters-file] " && return 1
104
104
105
105
local template=$( _stack_template_arg $inputs )
106
106
if [ ! -f " $template " ]; then
@@ -121,7 +121,7 @@ stack-update() {
121
121
# update an existing stack
122
122
local inputs=$( __bma_read_inputs $@ )
123
123
local stack=$( _stack_name_arg $inputs )
124
- [[ -z ${stack} ]] && __bma_usage " stack [template-file] [params -file]" && return 1
124
+ [[ -z ${stack} ]] && __bma_usage " stack [template-file] [parameters -file]" && return 1
125
125
126
126
local template=$( _stack_template_arg $inputs )
127
127
if [ ! -f " $template " ]; then
You can’t perform that action at this time.
0 commit comments