Skip to content

Commit e9a56d8

Browse files
committed
PR feedback
1 parent 3b320b7 commit e9a56d8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

deploy.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,14 +21,14 @@ while getopts "pha:-:" OPT; do
2121
fi
2222
case "$OPT" in
2323
h | help)
24-
echo "Builds and deploys contracts, eventually with state initialization."
24+
echo "Builds and deploys contracts, with or without state initialization."
2525
echo "Defaults to testnet."
2626
echo ""
2727
echo "Options:"
2828
echo " -h | --help : shows this help"
2929
echo " -p | --prod | --mainnet : for prod deployment"
3030
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)"
3232
echo ""
3333
echo " Choose the contract to deploy with:"
3434
echo " --conversion_proxy [default]"

0 commit comments

Comments
 (0)