Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/CISOfy/lynis.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/lynis
diff options
context:
space:
mode:
Diffstat (limited to 'lynis')
-rwxr-xr-xlynis13
1 files changed, 12 insertions, 1 deletions
diff --git a/lynis b/lynis
index bfed1256..b1e4fc99 100755
--- a/lynis
+++ b/lynis
@@ -721,7 +721,18 @@ ${NORMAL}
#
#################################################################################
#
-
+ if IsVerbose; then
+ InsertSection "Program Details"
+ Display --indent 2 --text "- Verbose mode" --result "YES" --color GREEN
+ if IsDebug; then
+ Display --indent 2 --text "- Debug mode" --result "YES" --color GREEN
+ else
+ Display --indent 2 --text "- Debug mode" --result "NO" --color RED
+ fi
+ fi
+#
+#################################################################################
+#
# Plugins
if [ ${RUN_PLUGINS} -eq 1 ]; then