From f5acfc3e1c4f92fbb669bc780463d327ca4ead5c Mon Sep 17 00:00:00 2001 From: glitchd Date: Sat, 14 Sep 2019 07:06:29 -0500 Subject: [PATCH] ip.sh: add message --- ip.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" ;;