Add lynis audit dockerfile as option

This commit is contained in:
mboelen 2015-03-25 16:49:02 +01:00
parent e1d96752f2
commit c94269c1d1
1 changed files with 4 additions and 1 deletions

View File

@ -54,7 +54,10 @@
esac
else
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
fi
#break