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 @@ -21,14 +21,14 @@ while getopts "pha:-:" OPT; do
21
21
fi
22
22
case " $OPT " in
23
23
h | help)
24
- echo " Builds and deploys contracts, eventually with state initialization."
24
+ echo " Builds and deploys contracts, with or without state initialization."
25
25
echo " Defaults to testnet."
26
26
echo " "
27
27
echo " Options:"
28
28
echo " -h | --help : shows this help"
29
29
echo " -p | --prod | --mainnet : for prod deployment"
30
30
echo " -a [account_id] : to override \$ ACCOUNT_ID"
31
- echo " --patch : to patch an existing contract (skip the init function if any)"
31
+ echo " --patch : to patch an existing contract (skip the init function, if any)"
32
32
echo " "
33
33
echo " Choose the contract to deploy with:"
34
34
echo " --conversion_proxy [default]"
You can’t perform that action at this time.
0 commit comments