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/parameters
parentc090e73ca139398e254f18a1365f69cab3945cf9 (diff)
Proper display of tool tips configuration, while not showing tips when using show module
Diffstat (limited to 'include/parameters')
-rw-r--r--include/parameters16
1 files changed, 2 insertions, 14 deletions
diff --git a/include/parameters b/include/parameters
index 5fcb7b0c..3572c4ea 100644
--- a/include/parameters
+++ b/include/parameters
@@ -114,26 +114,14 @@
CHECK_BINARIES=0
RUN_HELPERS=1
HELPER="show"
- SKIP_PLUGINS=1
RUN_TESTS=0
+ SKIP_PLUGINS=1
+ SHOW_TOOL_TIPS=0
QUIET=1
SHOW_PROGRAM_DETAILS=0
shift
HELPER_PARAMS="$1 $2"
break
- #if [ ! $2 = "" ]; then
- # shift
- # HELPER_PARAMS="$1 $2"
- # break
- # else
- # echo "${RED}Error: ${WHITE}Need more specifics for show${NORMAL}"
- # echo " "
- # echo "Examples:"
- # echo "lynis show config"
- # echo "lynis show plugins"
- # echo "lynis show version"
- # ExitFatal
- #fi
;;
update)