diff --git a/scripts/docker/docker-node.sh b/scripts/docker/docker-node.sh index 7e5eeb0fa..6f0118a0e 100755 --- a/scripts/docker/docker-node.sh +++ b/scripts/docker/docker-node.sh @@ -32,7 +32,8 @@ shift $(($OPTIND-1)) account_id=$1 if [ -z "$account_id" ]; then - echo "Please provide account index. Valid ranges are 46-49, 96-99, 146-149, 196-199. Please contact Harmony if not sure which one to use." + echo "Please provide account index. Valid ranges are 44-49, 94-99, 144-149, 194-199." + echo "Please contact us in #nodes channel of discord if not sure which one to use." usage fi diff --git a/scripts/node.sh b/scripts/node.sh index 991a252a6..41e3e5065 100755 --- a/scripts/node.sh +++ b/scripts/node.sh @@ -85,8 +85,11 @@ if [[ $EUID -ne 0 ]]; then fi if [ -z "$1" ]; then - echo "Please set account index. validate ranges are 46-49, 96-99, 146-149, 196-199" echo "Usage: $0 account_index_number" + echo + echo "Please provide account index. Valid ranges are 44-49, 94-99, 144-149, 194-199." + echo "Please contact us in #nodes channel of discord if not sure which one to use." + echo exit 1 fi