From c94269c1d184d12bfb6b50ab4b38f3bf8b43be5e Mon Sep 17 00:00:00 2001 From: mboelen Date: Wed, 25 Mar 2015 16:49:02 +0100 Subject: [PATCH] Add lynis audit dockerfile as option --- include/parameters | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/include/parameters b/include/parameters index 77837ca4..790fa2f8 100644 --- a/include/parameters +++ b/include/parameters @@ -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