mirror of https://github.com/CISOfy/lynis.git
Removed old Display function parameter --text
This commit is contained in:
parent
079efdada1
commit
1426ff16f9
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue