From fdf3ded89f7a205a69d150f2ba629f68ca46db5f Mon Sep 17 00:00:00 2001 From: Michael Boelen Date: Fri, 26 Aug 2016 14:05:20 +0200 Subject: New command 'lynis show details' to display test details --- include/report | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'include/report') diff --git a/include/report b/include/report index 03de8a28..0c73d436 100644 --- a/include/report +++ b/include/report @@ -165,9 +165,10 @@ if [ ! "${SWARNINGS}" = "" -o ! "${SSUGGESTIONS}" = "" ]; then echo " ${CYAN}Follow-up${NORMAL}:" echo " ${WHITE}----------------------------${NORMAL}" - echo " ${WHITE}-${NORMAL} Check the logfile for more details (less $LOGFILE)" + echo " ${WHITE}-${NORMAL} Show details of a test (lynis show details TEST-ID)" + echo " ${WHITE}-${NORMAL} Check the logfile for all details (less ${LOGFILE})" echo " ${WHITE}-${NORMAL} Read security controls texts (https://cisofy.com)" - if [ ${UPLOAD_DATA} -eq 0 ]; then echo " ${WHITE}-${NORMAL} Use --upload to upload data (Lynis Enterprise users)"; fi + if [ ${UPLOAD_DATA} -eq 0 ]; then echo " ${WHITE}-${NORMAL} Use --upload to upload data to central system (Lynis Enterprise users)"; fi echo "" fi echo "================================================================================" -- cgit v1.2.3