Removed old Display function parameter --text

This commit is contained in:
mboelen 2016-03-30 14:35:16 +02:00
parent 079efdada1
commit 1426ff16f9
1 changed files with 5 additions and 5 deletions

View File

@ -58,11 +58,11 @@
;;
esac
else
echo --text "${RED}Error: ${WHITE}Need a target to audit${NORMAL}"
echo --text " "
echo --text "Examples:"
echo --text "lynis audit dockerfile"
echo --text "lynis audit system"
echo "${RED}Error: ${WHITE}Need a target to audit${NORMAL}"
echo " "
echo "Examples:"
echo "lynis audit dockerfile"
echo "lynis audit system"
ExitFatal
fi
#break