Add lynis audit dockerfile as option

This commit is contained in:
mboelen 2015-03-25 16:49:02 +01:00
parent e1d96752f2
commit c94269c1d1

View File

@ -54,7 +54,10 @@
esac esac
else else
Display --text "${RED}Error: ${WHITE}Need a target to audit${NORMAL}" Display --text "${RED}Error: ${WHITE}Need a target to audit${NORMAL}"
Display --text "Example: lynis audit system" Display --text " "
Display --text "Examples:"
Display --text "lynis audit dockerfile"
Display --text "lynis audit system"
ExitFatal ExitFatal
fi fi
#break #break