From 314b1d7f80e1426b06882db6cc1493b66e20776d Mon Sep 17 00:00:00 2001 From: mboelen Date: Tue, 11 Nov 2014 19:48:43 +0100 Subject: [PATCH] Added --dump-options to help --- lynis | 1 + 1 file changed, 1 insertion(+) diff --git a/lynis b/lynis index d9a1cbaf..fc6c6f40 100755 --- a/lynis +++ b/lynis @@ -344,6 +344,7 @@ echo " ${WHITE}Scan options:${NORMAL}" echo " --auditor \"\" : Auditor name" echo " --check-all (-c) : Check system" + echo " --dump-options : See all available options" echo " --no-log : Don't create a log file" echo " --pentest : Non-privileged scan (useful for pentest)" echo " --profile : Scan the system with the given profile file"