diff --git a/packaging/tools/install.sh b/packaging/tools/install.sh index 2191667242a2898eddcc5e6b96ba77452a5c619d..47a8febe35c299b2934df75334890cc340eadc34 100644 --- a/packaging/tools/install.sh +++ b/packaging/tools/install.sh @@ -682,7 +682,7 @@ function install_TDengine() { fi echo - echo -e "${GREEN_DARK}Please run${NC}: taos -h $firstEp ${GREEN_DARK} to login into cluster, then execute ${NC}: create dnode 'selfEp'; ${GREEN_DARK}in TAOS shell to add this new node into the clsuter${NC}" + echo -e "${GREEN_DARK}Please run${NC}: taos -h $firstEp ${GREEN_DARK} to login into cluster, then execute ${NC}: create dnode 'newDnodeFQDN:port'; ${GREEN_DARK}in TAOS shell to add this new node into the clsuter${NC}" echo echo -e "\033[44;32;1mTDengine is installed successfully!${NC}" echo