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:
authormboelen <michael@cisofy.com>2016-04-19 20:46:20 +0300
committermboelen <michael@cisofy.com>2016-04-19 20:46:20 +0300
commitf0e7b531cd907986d7e69f5b68e8336dd467ce17 (patch)
tree9e17ace78c85ccc254dd4236ac6d0061e4b980a6 /include
parent64561d4b071738a7423dea96c1cba09c223ef6cc (diff)
Add --verbose option
Diffstat (limited to 'include')
-rw-r--r--include/consts1
-rw-r--r--include/parameters4
2 files changed, 5 insertions, 0 deletions
diff --git a/include/consts b/include/consts
index c88feb9e..f571a310 100644
--- a/include/consts
+++ b/include/consts
@@ -182,6 +182,7 @@ unset LANG
UPLOAD_PROXY_SERVER=""
UPDATE_CHECK_SKIPPED=0
VALUE=""
+ VERBOSE=0
VMTYPE=""
VULNERABLE_PACKAGES_FOUND=0
#
diff --git a/include/parameters b/include/parameters
index 6163b138..0edd3ffa 100644
--- a/include/parameters
+++ b/include/parameters
@@ -276,6 +276,10 @@
UPLOAD_DATA=1
;;
+ --verbose)
+ VERBOSE=1
+ ;;
+
# Version number
-V | --version)
echo "${PROGRAM_VERSION}"