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
diff options
context:
space:
mode:
authorMichael Boelen <michael.boelen@cisofy.com>2016-07-12 21:09:10 +0300
committerMichael Boelen <michael.boelen@cisofy.com>2016-07-12 21:09:10 +0300
commitcb76421d9c462947006ec3d6f15fbb29c5c45b84 (patch)
tree254467a7ae02a19a8e462743b00fb68a27755e07 /include/helper_show
parentc090e73ca139398e254f18a1365f69cab3945cf9 (diff)
Proper display of tool tips configuration, while not showing tips when using show module
Diffstat (limited to 'include/helper_show')
-rw-r--r--include/helper_show2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/helper_show b/include/helper_show
index 5aed1ba4..1ad3924a 100644
--- a/include/helper_show
+++ b/include/helper_show
@@ -38,6 +38,7 @@ lynis show ${BROWN}dbdir${NORMAL} (database directory)
lynis show ${BROWN}help${NORMAL} (detailed information about arguments)
lynis show ${BROWN}hostids${NORMAL} (unique IDs for this system)
lynis show ${BROWN}includedir${NORMAL} (include directory for tests and functions)
+lynis show ${BROWN}language${NORMAL} (configured or detected language)
lynis show ${BROWN}license${NORMAL} (license details)
lynis show ${BROWN}man${NORMAL} (show help)
lynis show ${BROWN}options${NORMAL} (available flags and options)
@@ -170,6 +171,7 @@ if [ $# -gt 0 ]; then
"includedir")
${ECHOCMD} "${INCLUDEDIR}"
;;
+ "language") ${ECHOCMD} "${LANGUAGE}" ;;
"license") ${ECHOCMD} "${PROGRAM_LICENSE}" ;;
"man") ${ECHOCMD} "Use ./lynis --man or man lynis" ;;
"options") ${ECHOCMD} "${OPTIONS}" ;;