diff --git a/tux.sh b/tux.sh index b045181..be93081 100755 --- a/tux.sh +++ b/tux.sh @@ -102,7 +102,7 @@ fi checkArg(){ if [ -z "${1}" ];then - echo -e "\n${YELLOW}You need to supply and argument!${NC}\n" + echo -e "\n${YELLOW}You need to supply at least 1 argument!${NC}\n" exit 1; fi }