diff --git a/ip.sh b/ip.sh index b8e651f..05d65fa 100755 --- a/ip.sh +++ b/ip.sh @@ -44,7 +44,7 @@ case "${1}" in ;; *) - + echo -e "${LGREEN}type --help or -h for more options${NC}\n" echo -e "\n${LCYAN}Local IP: ${lanip}${NC}\n" echo -e "${YELLOW}Public IP: ${pubip}${NC}\n" ;;